#445510

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

Shades of Verdun Green #445510

Tints of Verdun Green #445510

Color information

#445510 (or 0x445510) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 10. RGB value is (68,85,16). Sum of RGB (Red+Green+Blue) = 68+85+16=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #445510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445510 is #BBAAEF. Grayscale: #484848. Windows color (decimal): -12298992 or 1070404. OLE color: 1070404.

HSL color Cylindrical-coordinate representation of color #445510: hue angle of 74.78º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445510 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB688516-
CMYK0.2000.810.67
HSL74.78º68.32%19.8%-
HSV(B)74.78º81.18%33.33%-
XYZ5.737.761.69-
YUV72.0596.37125.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=40.24%
G=50.30%
B=9.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885160.2000.810.6774.7868.3219.8
Hex44551014051434b4414
Octal1041252024012110311310424
Binary1000100101010110000101000101000110000111001011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445510; }

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

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

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

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

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

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

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

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