Html Css Color HEX #457402 Verdun Green

📋 copy color: '#457402'

red 69 ◦ green 116 ◦ blue 2

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

Shades of Verdun Green #457402

Tints of Verdun Green #457402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.03%

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

R = 36.9%
G = 62.03%
B = 1.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#457402 (or 0x457402) is known color: Verdun Green. HEX triplet: 45, 74 and 02. RGB value is (69,116,2). Sum of RGB (Red+Green+Blue) = 69+116+2=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #457402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457402 is #BA8BFD. Grayscale: #595959. Windows color (decimal): -12225534 or 160837. OLE color: 160837.

HSL color Cylindrical-coordinate representation of color #457402: hue angle of 84.74º 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 #457402 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 2 -
CMYK 0.41 0 0.98 0.55
HSL 84.74º 0.97% 0.23% -
HSV(B) 84.74º 0.98% 0.45% -
XYZ 8.71 13.76 2.25 -
YUV 88.95 78.93 113.77 -
System Red Green Blue C M Y K H S L
Decimal 69 116 2 0.41 0 0.98 0.55 84.74 0.97 0.23
Hex 45 74 2 29 0 62 37 55 61 17
Octal 105 164 2 51 0 142 67 125 141 27
Binary 1000101 1110100 10 101001 0 1100010 110111 1010101 1100001 10111

Color Harmonies of #457402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457402

Black with #457402

Text Example


Text Example

White with #457402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457402; }

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

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

background-color css

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

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

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

border-color css

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

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

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