#445316

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

Shades of Verdun Green #445316

Tints of Verdun Green #445316

Color information

#445316 (or 0x445316) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 16. RGB value is (68,83,22). Sum of RGB (Red+Green+Blue) = 68+83+22=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #445316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445316 is #BBACE9. Grayscale: #474747. Windows color (decimal): -12299498 or 1463108. OLE color: 1463108.

HSL color Cylindrical-coordinate representation of color #445316: hue angle of 74.75º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445316 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB688322-
CMYK0.1800.730.67
HSL74.75º58.1%20.59%-
HSV(B)74.75º73.49%32.55%-
XYZ5.627.471.91-
YUV71.56100.03125.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=39.31%
G=47.98%
B=12.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883220.1800.730.6774.7558.120.59
Hex44531612049434b3a15
Octal104123262201111031137225
Binary100010010100111011010010010010011000011100101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445316; }

 p { color: rgb(68,83,22); }

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

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

 a { background-color: rgb(68,83,22); }

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

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

 span { border-color: rgb(68,83,22); }

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