#444E07

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

Shades of Verdun Green #444E07

Tints of Verdun Green #444E07

Color information

#444E07 (or 0x444E07) is unknown color: approx Verdun Green. HEX triplet: 44, 4E and 07. RGB value is (68,78,7). Sum of RGB (Red+Green+Blue) = 68+78+7=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #444E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444E07 is #BBB1F8. Grayscale: #434343. Windows color (decimal): -12300793 or 478788. OLE color: 478788.

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

Color convert

RGB68787-
CMYK0.1300.910.69
HSL68.45º83.53%16.67%-
HSV(B)68.45º91.03%30.59%-
XYZ5.156.691.22-
YUV66.9294.19128.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 78 (30.86% from 255) = 50.98%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=44.44%
G=50.98%
B=4.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal687870.1300.910.6968.4583.5316.67
Hex444E7D05B45445411
Octal104116715013310510412421
Binary1000100100111011111010101101110001011000100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,78,7); }

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

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

 a { background-color: rgb(68,78,7); }

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

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

 span { border-color: rgb(68,78,7); }

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