#455602

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

Shades of Verdun Green #455602

Tints of Verdun Green #455602

Color information

#455602 (or 0x455602) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 02. RGB value is (69,86,2). Sum of RGB (Red+Green+Blue) = 69+86+2=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #455602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455602 is #BAA9FD. Grayscale: #474747. Windows color (decimal): -12233214 or 153157. OLE color: 153157.

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

Color convert

RGB69862-
CMYK0.2000.980.66
HSL72.14º95.45%17.25%-
HSV(B)72.14º97.67%33.73%-
XYZ5.797.931.28-
YUV71.3488.87126.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=43.95%
G=54.78%
B=1.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal698620.2000.980.6672.1495.4517.25
Hex455621406242485f11
Octal105126224014210211013721
Binary1000101101011010101000110001010000101001000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455602; }

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

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

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

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

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

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

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

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