Html Css Color HEX #455620 Verdun Green

📋 copy color: '#455620'

red 69 ◦ green 86 ◦ blue 32

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

Shades of Verdun Green #455620

Tints of Verdun Green #455620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.99%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 36.9%
G = 45.99%
B = 17.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#455620 (or 0x455620) is known color: Verdun Green. HEX triplet: 45, 56 and 20. RGB value is (69,86,32). Sum of RGB (Red+Green+Blue) = 69+86+32=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #455620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455620 is #BAA9DF. Grayscale: #4A4A4A. Windows color (decimal): -12233184 or 2119237. OLE color: 2119237.

HSL color Cylindrical-coordinate representation of color #455620: hue angle of 78.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #455620 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 86 32 -
CMYK 0.20 0 0.63 0.66
HSL 78.89º 0.46% 0.23% -
HSV(B) 78.89º 0.63% 0.34% -
XYZ 6.04 8.03 2.6 -
YUV 74.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 69 86 32 0.20 0 0.63 0.66 78.89 0.46 0.23
Hex 45 56 20 14 0 3F 42 4F 2E 17
Octal 105 126 40 24 0 77 102 117 56 27
Binary 1000101 1010110 100000 10100 0 111111 1000010 1001111 101110 10111

Color Harmonies of #455620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455620

Black with #455620

Text Example


Text Example

White with #455620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455620; }

 p { color: rgb(69,86,32); }

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

background-color css

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

 a { background-color: rgb(69,86,32); }

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

border-color css

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

 span { border-color: rgb(69,86,32); }

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