#445910

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

Shades of Verdun Green #445910

Tints of Verdun Green #445910

Color information

#445910 (or 0x445910) is unknown color: approx Verdun Green. HEX triplet: 44, 59 and 10. RGB value is (68,89,16). Sum of RGB (Red+Green+Blue) = 68+89+16=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #445910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445910 is #BBA6EF. Grayscale: #4A4A4A. Windows color (decimal): -12297968 or 1071428. OLE color: 1071428.

HSL color Cylindrical-coordinate representation of color #445910: hue angle of 77.26º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #445910 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB688916-
CMYK0.2400.820.65
HSL77.26º69.52%20.59%-
HSV(B)77.26º82.02%34.9%-
XYZ6.058.411.79-
YUV74.495.04123.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=39.31%
G=51.45%
B=9.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889160.2400.820.6577.2669.5220.59
Hex44591018052414d4615
Octal1041312030012210111510625
Binary1000100101100110000110000101001010000011001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445910; }

 p { color: rgb(68,89,16); }

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

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

 a { background-color: rgb(68,89,16); }

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

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

 span { border-color: rgb(68,89,16); }

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