Html Css Color HEX #457502 Verdun Green

📋 copy color: '#457502'

red 69 ◦ green 117 ◦ blue 2

#457502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #457502

Tints of Verdun Green #457502

RGB

 RED value IS 69 (27.34% from 255) = 36.7%

 GREEN value IS 117 (46.09% from 255) = 62.23%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 36.7%
G = 62.23%
B = 1.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#457502 (or 0x457502) is known color: 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

RGB 69 117 2 -
CMYK 0.41 0 0.98 0.54
HSL 85.04º 0.97% 0.23% -
HSV(B) 85.04º 0.98% 0.46% -
XYZ 8.83 13.99 2.29 -
YUV 89.54 78.6 113.35 -
System Red Green Blue C M Y K H S L
Decimal 69 117 2 0.41 0 0.98 0.54 85.04 0.97 0.23
Hex 45 75 2 29 0 62 36 55 61 17
Octal 105 165 2 51 0 142 66 125 141 27
Binary 1000101 1110101 10 101001 0 1100010 110110 1010101 1100001 10111

Color Harmonies of #457502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457502

Black with #457502

Text Example


Text Example

White with #457502

Text Example


Text Example

HTML Codes & Css Web 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>