#44640F

Color #44640F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #44640F

Tints of Verdun Green #44640F

Color information

#44640F (or 0x44640F) is unknown color: approx Verdun Green. HEX triplet: 44, 64 and 0F. RGB value is (68,100,15). Sum of RGB (Red+Green+Blue) = 68+100+15=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #44640F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44640F is #BB9BF0. Grayscale: #515151. Windows color (decimal): -12295153 or 1008708. OLE color: 1008708.

HSL color Cylindrical-coordinate representation of color #44640F: hue angle of 82.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44640F is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB6810015-
CMYK0.3200.850.61
HSL82.59º73.91%22.55%-
HSV(B)82.59º85%39.22%-
XYZ7.0310.382.08-
YUV80.7490.9118.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 100 (39.45% from 255) = 54.64%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=37.16%
G=54.64%
B=8.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100150.3200.850.6182.5973.9122.55
Hex4464F200553D534a17
Octal104144174001257512311227
Binary100010011001001111100000010101011111011010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44640F; }

 p { color: rgb(68,100,15); }

 H1.HeaderClassName
 {
   color: #44640F;
 }
 .AnyTagClassName
 {
   color: #44640F;
 }
</style>
background-color css

<style>
 a { background-color: #44640F; }

 a { background-color: rgb(68,100,15); }

 div.DivClassName
 {
   background-color: #44640F;
 }
 .BgClassName
 {
   background-color: #44640F;
 }
</style>
border-color css

<style>
 span { border-color: #44640F; }

 span { border-color: rgb(68,100,15); }

 td.TdClassName
 {
   border-color: #44640F;
 }
 .TagClassName
 {
   border-color: #44640F;
 }
</style>