#445317

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

Shades of Verdun Green #445317

Tints of Verdun Green #445317

Color information

#445317 (or 0x445317) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 17. RGB value is (68,83,23). Sum of RGB (Red+Green+Blue) = 68+83+23=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #445317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445317 is #BBACE8. Grayscale: #474747. Windows color (decimal): -12299497 or 1528644. OLE color: 1528644.

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

Color convert

RGB688323-
CMYK0.1800.720.67
HSL75º56.6%20.78%-
HSV(B)75º72.29%32.55%-
XYZ5.637.481.96-
YUV71.68100.53125.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=39.08%
G=47.70%
B=13.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883230.1800.720.677556.620.78
Hex44531712048434b3915
Octal104123272201101031137125
Binary100010010100111011110010010010001000011100101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445317; }

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

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

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

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

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

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

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

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