Html Css Color HEX #465221 Verdun Green

📋 copy color: '#465221'

red 70 ◦ green 82 ◦ blue 33

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

Shades of Verdun Green #465221

Tints of Verdun Green #465221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 37.84%
G = 44.32%
B = 17.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#465221 (or 0x465221) is known color: Verdun Green. HEX triplet: 46, 52 and 21. RGB value is (70,82,33). Sum of RGB (Red+Green+Blue) = 70+82+33=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #465221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465221 is #B9ADDE. Grayscale: #494949. Windows color (decimal): -12168671 or 2183750. OLE color: 2183750.

HSL color Cylindrical-coordinate representation of color #465221: hue angle of 74.69º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465221 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 33 -
CMYK 0.15 0 0.60 0.68
HSL 74.69º 0.43% 0.23% -
HSV(B) 74.69º 0.6% 0.32% -
XYZ 5.82 7.45 2.57 -
YUV 72.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 70 82 33 0.15 0 0.60 0.68 74.69 0.43 0.23
Hex 46 52 21 F 0 3C 44 4B 2B 17
Octal 106 122 41 17 0 74 104 113 53 27
Binary 1000110 1010010 100001 1111 0 111100 1000100 1001011 101011 10111

Color Harmonies of #465221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465221

Black with #465221

Text Example


Text Example

White with #465221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465221; }

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

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

background-color css

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

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

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

border-color css

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

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

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