Html Css Color HEX #455520 Verdun Green

📋 copy color: '#455520'

red 69 ◦ green 85 ◦ blue 32

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

Shades of Verdun Green #455520

Tints of Verdun Green #455520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.7%

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

R = 37.1%
G = 45.7%
B = 17.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#455520 (or 0x455520) is known color: Verdun Green. HEX triplet: 45, 55 and 20. RGB value is (69,85,32). Sum of RGB (Red+Green+Blue) = 69+85+32=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #455520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455520 is #BAAADF. Grayscale: #4A4A4A. Windows color (decimal): -12233440 or 2118981. OLE color: 2118981.

HSL color Cylindrical-coordinate representation of color #455520: hue angle of 78.11º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455520 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 32 -
CMYK 0.19 0 0.62 0.67
HSL 78.11º 0.45% 0.23% -
HSV(B) 78.11º 0.62% 0.33% -
XYZ 5.96 7.87 2.57 -
YUV 74.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 69 85 32 0.19 0 0.62 0.67 78.11 0.45 0.23
Hex 45 55 20 13 0 3E 43 4E 2D 17
Octal 105 125 40 23 0 76 103 116 55 27
Binary 1000101 1010101 100000 10011 0 111110 1000011 1001110 101101 10111

Color Harmonies of #455520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455520

Black with #455520

Text Example


Text Example

White with #455520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455520; }

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

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

background-color css

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

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

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

border-color css

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

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

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