Html Css Color HEX #457008 Verdun Green

📋 copy color: '#457008'

red 69 ◦ green 112 ◦ blue 8

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

Shades of Verdun Green #457008

Tints of Verdun Green #457008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.26%

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 36.51%
G = 59.26%
B = 4.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#457008 (or 0x457008) is known color: Verdun Green. HEX triplet: 45, 70 and 08. RGB value is (69,112,8). Sum of RGB (Red+Green+Blue) = 69+112+8=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #457008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457008 is #BA8FF7. Grayscale: #575757. Windows color (decimal): -12226552 or 553029. OLE color: 553029.

HSL color Cylindrical-coordinate representation of color #457008: hue angle of 84.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #457008 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 8 -
CMYK 0.38 0 0.93 0.56
HSL 84.81º 0.87% 0.24% -
HSV(B) 84.81º 0.93% 0.44% -
XYZ 8.29 12.87 2.28 -
YUV 87.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 69 112 8 0.38 0 0.93 0.56 84.81 0.87 0.24
Hex 45 70 8 26 0 5D 38 55 57 18
Octal 105 160 10 46 0 135 70 125 127 30
Binary 1000101 1110000 1000 100110 0 1011101 111000 1010101 1010111 11000

Color Harmonies of #457008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457008

Black with #457008

Text Example


Text Example

White with #457008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457008; }

 p { color: rgb(69,112,8); }

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

background-color css

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

 a { background-color: rgb(69,112,8); }

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

border-color css

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

 span { border-color: rgb(69,112,8); }

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