#444F06

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

Shades of Verdun Green #444F06

Tints of Verdun Green #444F06

Color information

#444F06 (or 0x444F06) is unknown color: approx Verdun Green. HEX triplet: 44, 4F and 06. RGB value is (68,79,6). Sum of RGB (Red+Green+Blue) = 68+79+6=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #444F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F06 is #BBB0F9. Grayscale: #434343. Windows color (decimal): -12300538 or 413508. OLE color: 413508.

HSL color Cylindrical-coordinate representation of color #444F06: hue angle of 69.04º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #444F06 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB68796-
CMYK0.1400.920.69
HSL69.04º85.88%16.67%-
HSV(B)69.04º92.41%30.98%-
XYZ5.216.831.22-
YUV67.3993.36128.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 79 (31.25% from 255) = 51.63%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=44.44%
G=51.63%
B=3.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal687960.1400.920.6969.0485.8816.67
Hex444F6E05C45455611
Octal104117616013410510512621
Binary1000100100111111011100101110010001011000101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444F06; }

 p { color: rgb(68,79,6); }

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

<style>
 a { background-color: #444F06; }

 a { background-color: rgb(68,79,6); }

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

<style>
 span { border-color: #444F06; }

 span { border-color: rgb(68,79,6); }

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