#457502

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

Shades of Verdun Green #457502

Tints of Verdun Green #457502

Color information

#457502 (or 0x457502) is unknown color: approx Verdun Green. HEX triplet: 45, 75 and 02. RGB value is (69,117,2). Sum of RGB (Red+Green+Blue) = 69+117+2=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #457502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457502 is #BA8AFD. Grayscale: #595959. Windows color (decimal): -12225278 or 161093. OLE color: 161093.

HSL color Cylindrical-coordinate representation of color #457502: hue angle of 85.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #457502 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB691172-
CMYK0.4100.980.54
HSL85.04º96.64%23.33%-
HSV(B)85.04º98.29%45.88%-
XYZ8.8313.992.29-
YUV89.5478.6113.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 117 (46.09% from 255) = 62.23%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=36.70%
G=62.23%
B=1.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6911720.4100.980.5485.0496.6423.33
Hex457522906236556117
Octal10516525101426612514127
Binary1000101111010110101001011000101101101010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457502; }

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

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

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

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

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

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

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

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