#455605

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

Shades of Verdun Green #455605

Tints of Verdun Green #455605

Color information

#455605 (or 0x455605) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 05. RGB value is (69,86,5). Sum of RGB (Red+Green+Blue) = 69+86+5=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #455605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455605 is #BAA9FA. Grayscale: #474747. Windows color (decimal): -12233211 or 349765. OLE color: 349765.

HSL color Cylindrical-coordinate representation of color #455605: hue angle of 72.59º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #455605 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB69865-
CMYK0.2000.940.66
HSL72.59º89.01%17.84%-
HSV(B)72.59º94.19%33.73%-
XYZ5.817.931.37-
YUV71.6890.37126.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=43.12%
G=53.75%
B=3.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal698650.2000.940.6672.5989.0117.84
Hex455651405E42495912
Octal105126524013610211113122
Binary10001011010110101101000101111010000101001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455605; }

 p { color: rgb(69,86,5); }

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

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

 a { background-color: rgb(69,86,5); }

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

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

 span { border-color: rgb(69,86,5); }

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