Html Css Color HEX #455420 Verdun Green

📋 copy color: '#455420'

red 69 ◦ green 84 ◦ blue 32

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

Shades of Verdun Green #455420

Tints of Verdun Green #455420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 37.3%
G = 45.41%
B = 17.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#455420 (or 0x455420) is known color: Verdun Green. HEX triplet: 45, 54 and 20. RGB value is (69,84,32). Sum of RGB (Red+Green+Blue) = 69+84+32=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #455420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455420 is #BAABDF. Grayscale: #494949. Windows color (decimal): -12233696 or 2118725. OLE color: 2118725.

HSL color Cylindrical-coordinate representation of color #455420: hue angle of 77.31º 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 #455420 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 32 -
CMYK 0.18 0 0.62 0.67
HSL 77.31º 0.45% 0.23% -
HSV(B) 77.31º 0.62% 0.33% -
XYZ 5.89 7.71 2.54 -
YUV 73.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 69 84 32 0.18 0 0.62 0.67 77.31 0.45 0.23
Hex 45 54 20 12 0 3E 43 4D 2D 17
Octal 105 124 40 22 0 76 103 115 55 27
Binary 1000101 1010100 100000 10010 0 111110 1000011 1001101 101101 10111

Color Harmonies of #455420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455420

Black with #455420

Text Example


Text Example

White with #455420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455420; }

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

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

background-color css

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

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

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

border-color css

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

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

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