Html Css Color HEX #465620 Verdun Green

📋 copy color: '#465620'

red 70 ◦ green 86 ◦ blue 32

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

Shades of Verdun Green #465620

Tints of Verdun Green #465620

RGB

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

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

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

R = 37.23%
G = 45.74%
B = 17.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#465620 (or 0x465620) is known color: Verdun Green. HEX triplet: 46, 56 and 20. RGB value is (70,86,32). Sum of RGB (Red+Green+Blue) = 70+86+32=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #465620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465620 is #B9A9DF. Grayscale: #4B4B4B. Windows color (decimal): -12167648 or 2119238. OLE color: 2119238.

HSL color Cylindrical-coordinate representation of color #465620: hue angle of 77.78º 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 #465620 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 32 -
CMYK 0.19 0 0.63 0.66
HSL 77.78º 0.46% 0.23% -
HSV(B) 77.78º 0.63% 0.34% -
XYZ 6.11 8.06 2.6 -
YUV 75.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 70 86 32 0.19 0 0.63 0.66 77.78 0.46 0.23
Hex 46 56 20 13 0 3F 42 4E 2E 17
Octal 106 126 40 23 0 77 102 116 56 27
Binary 1000110 1010110 100000 10011 0 111111 1000010 1001110 101110 10111

Color Harmonies of #465620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465620

Black with #465620

Text Example


Text Example

White with #465620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465620; }

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

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

background-color css

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

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

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

border-color css

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

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

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