Html Css Color HEX #457202 Verdun Green

📋 copy color: '#457202'

red 69 ◦ green 114 ◦ blue 2

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

Shades of Verdun Green #457202

Tints of Verdun Green #457202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.62%

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

R = 37.3%
G = 61.62%
B = 1.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#457202 (or 0x457202) is known color: Verdun Green. HEX triplet: 45, 72 and 02. RGB value is (69,114,2). Sum of RGB (Red+Green+Blue) = 69+114+2=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #457202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457202 is #BA8DFD. Grayscale: #585858. Windows color (decimal): -12226046 or 160325. OLE color: 160325.

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

Color convert

RGB 69 114 2 -
CMYK 0.39 0 0.98 0.55
HSL 84.11º 0.97% 0.23% -
HSV(B) 84.11º 0.98% 0.45% -
XYZ 8.48 13.3 2.18 -
YUV 87.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 69 114 2 0.39 0 0.98 0.55 84.11 0.97 0.23
Hex 45 72 2 27 0 62 37 54 61 17
Octal 105 162 2 47 0 142 67 124 141 27
Binary 1000101 1110010 10 100111 0 1100010 110111 1010100 1100001 10111

Color Harmonies of #457202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457202

Black with #457202

Text Example


Text Example

White with #457202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457202; }

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

 H1.HeaderClassName
 {
   color: #457202;
 }
 .AnyTagClassName
 {
   color: #457202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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