#455506

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

Shades of Verdun Green #455506

Tints of Verdun Green #455506

Color information

#455506 (or 0x455506) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 06. RGB value is (69,85,6). Sum of RGB (Red+Green+Blue) = 69+85+6=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #455506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455506 is #BAAAF9. Grayscale: #474747. Windows color (decimal): -12233466 or 415045. OLE color: 415045.

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

Color convert

RGB69856-
CMYK0.1900.930.67
HSL72.15º86.81%17.84%-
HSV(B)72.15º92.94%33.33%-
XYZ5.747.781.37-
YUV71.2191.2126.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=43.12%
G=53.12%
B=3.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698560.1900.930.6772.1586.8117.84
Hex455561305D43485712
Octal105125623013510311012722
Binary10001011010101110100110101110110000111001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455506; }

 p { color: rgb(69,85,6); }

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

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

 a { background-color: rgb(69,85,6); }

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

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

 span { border-color: rgb(69,85,6); }

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