Html Css Color HEX #457205 Verdun Green

📋 copy color: '#457205'

red 69 ◦ green 114 ◦ blue 5

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

Shades of Verdun Green #457205

Tints of Verdun Green #457205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.66%

R = 36.7%
G = 60.64%
B = 2.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#457205 (or 0x457205) is known color: Verdun Green. HEX triplet: 45, 72 and 05. RGB value is (69,114,5). Sum of RGB (Red+Green+Blue) = 69+114+5=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #457205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457205 is #BA8DFA. Grayscale: #585858. Windows color (decimal): -12226043 or 356933. OLE color: 356933.

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

Color convert

RGB 69 114 5 -
CMYK 0.39 0 0.96 0.55
HSL 84.77º 0.92% 0.23% -
HSV(B) 84.77º 0.96% 0.45% -
XYZ 8.5 13.31 2.26 -
YUV 88.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 69 114 5 0.39 0 0.96 0.55 84.77 0.92 0.23
Hex 45 72 5 27 0 60 37 55 5C 17
Octal 105 162 5 47 0 140 67 125 134 27
Binary 1000101 1110010 101 100111 0 1100000 110111 1010101 1011100 10111

Color Harmonies of #457205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457205

Black with #457205

Text Example


Text Example

White with #457205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457205; }

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

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

background-color css

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

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

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

border-color css

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

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

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