Html Css Color HEX #465220 Verdun Green

📋 copy color: '#465220'

red 70 ◦ green 82 ◦ blue 32

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

Shades of Verdun Green #465220

Tints of Verdun Green #465220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.57%

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

R = 38.04%
G = 44.57%
B = 17.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#465220 (or 0x465220) is known color: Verdun Green. HEX triplet: 46, 52 and 20. RGB value is (70,82,32). Sum of RGB (Red+Green+Blue) = 70+82+32=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #465220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465220 is #B9ADDF. Grayscale: #484848. Windows color (decimal): -12168672 or 2118214. OLE color: 2118214.

HSL color Cylindrical-coordinate representation of color #465220: hue angle of 74.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465220 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 32 -
CMYK 0.15 0 0.61 0.68
HSL 74.4º 0.44% 0.22% -
HSV(B) 74.4º 0.61% 0.32% -
XYZ 5.8 7.44 2.5 -
YUV 72.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 70 82 32 0.15 0 0.61 0.68 74.4 0.44 0.22
Hex 46 52 20 F 0 3D 44 4A 2C 16
Octal 106 122 40 17 0 75 104 112 54 26
Binary 1000110 1010010 100000 1111 0 111101 1000100 1001010 101100 10110

Color Harmonies of #465220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465220

Black with #465220

Text Example


Text Example

White with #465220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465220; }

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

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

background-color css

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

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

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

border-color css

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

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

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