#445203

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

Shades of Verdun Green #445203

Tints of Verdun Green #445203

Color information

#445203 (or 0x445203) is unknown color: approx Verdun Green. HEX triplet: 44, 52 and 03. RGB value is (68,82,3). Sum of RGB (Red+Green+Blue) = 68+82+3=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #445203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445203 is #BBADFC. Grayscale: #454545. Windows color (decimal): -12299773 or 217668. OLE color: 217668.

HSL color Cylindrical-coordinate representation of color #445203: hue angle of 70.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #445203 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB68823-
CMYK0.1700.960.68
HSL70.63º92.94%16.67%-
HSV(B)70.63º96.34%32.16%-
XYZ5.427.271.2-
YUV68.8190.86127.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 82 (32.42% from 255) = 53.59%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=44.44%
G=53.59%
B=1.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal688230.1700.960.6870.6392.9416.67
Hex445231106044475d11
Octal104122321014010410713521
Binary1000100101001011100010110000010001001000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445203; }

 p { color: rgb(68,82,3); }

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

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

 a { background-color: rgb(68,82,3); }

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

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

 span { border-color: rgb(68,82,3); }

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