#455802

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

Shades of Verdun Green #455802

Tints of Verdun Green #455802

Color information

#455802 (or 0x455802) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 02. RGB value is (69,88,2). Sum of RGB (Red+Green+Blue) = 69+88+2=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #455802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455802 is #BAA7FD. Grayscale: #484848. Windows color (decimal): -12232702 or 153669. OLE color: 153669.

HSL color Cylindrical-coordinate representation of color #455802: hue angle of 73.26º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #455802 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB69882-
CMYK0.2200.980.65
HSL73.26º95.56%17.65%-
HSV(B)73.26º97.73%34.51%-
XYZ5.958.251.34-
YUV72.5288.21125.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=43.40%
G=55.35%
B=1.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal698820.2200.980.6573.2695.5617.65
Hex455821606241496012
Octal105130226014210111114022
Binary1000101101100010101100110001010000011001001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455802; }

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

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

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

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

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

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

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

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