Html Css Color HEX #465520 Verdun Green

📋 copy color: '#465520'

red 70 ◦ green 85 ◦ blue 32

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

Shades of Verdun Green #465520

Tints of Verdun Green #465520

RGB

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

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

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

R = 37.43%
G = 45.45%
B = 17.11%

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

#465520 (or 0x465520) is known color: Verdun Green. HEX triplet: 46, 55 and 20. RGB value is (70,85,32). Sum of RGB (Red+Green+Blue) = 70+85+32=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #465520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465520 is #B9AADF. Grayscale: #4A4A4A. Windows color (decimal): -12167904 or 2118982. OLE color: 2118982.

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

Color convert

RGB 70 85 32 -
CMYK 0.18 0 0.62 0.67
HSL 76.98º 0.45% 0.23% -
HSV(B) 76.98º 0.62% 0.33% -
XYZ 6.03 7.9 2.57 -
YUV 74.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 70 85 32 0.18 0 0.62 0.67 76.98 0.45 0.23
Hex 46 55 20 12 0 3E 43 4D 2D 17
Octal 106 125 40 22 0 76 103 115 55 27
Binary 1000110 1010101 100000 10010 0 111110 1000011 1001101 101101 10111

Color Harmonies of #465520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465520

Black with #465520

Text Example


Text Example

White with #465520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465520; }

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

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

background-color css

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

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

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

border-color css

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

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

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