Html Css Color HEX #465420 Verdun Green

📋 copy color: '#465420'

red 70 ◦ green 84 ◦ blue 32

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

Shades of Verdun Green #465420

Tints of Verdun Green #465420

RGB

 RED value IS 70 (27.73% from 255) = 37.63%

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

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

R = 37.63%
G = 45.16%
B = 17.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#465420 (or 0x465420) is known color: Verdun Green. HEX triplet: 46, 54 and 20. RGB value is (70,84,32). Sum of RGB (Red+Green+Blue) = 70+84+32=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #465420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465420 is #B9ABDF. Grayscale: #4A4A4A. Windows color (decimal): -12168160 or 2118726. OLE color: 2118726.

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

Color convert

RGB 70 84 32 -
CMYK 0.17 0 0.62 0.67
HSL 76.15º 0.45% 0.23% -
HSV(B) 76.15º 0.62% 0.33% -
XYZ 5.96 7.75 2.55 -
YUV 73.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 70 84 32 0.17 0 0.62 0.67 76.15 0.45 0.23
Hex 46 54 20 11 0 3E 43 4C 2D 17
Octal 106 124 40 21 0 76 103 114 55 27
Binary 1000110 1010100 100000 10001 0 111110 1000011 1001100 101101 10111

Color Harmonies of #465420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465420

Black with #465420

Text Example


Text Example

White with #465420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465420; }

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

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

background-color css

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

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

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

border-color css

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

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

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