Html Css Color HEX #465211 Verdun Green

📋 copy color: '#465211'

red 70 ◦ green 82 ◦ blue 17

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

Shades of Verdun Green #465211

Tints of Verdun Green #465211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 41.42%
G = 48.52%
B = 10.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#465211 (or 0x465211) is known color: Verdun Green. HEX triplet: 46, 52 and 11. RGB value is (70,82,17). Sum of RGB (Red+Green+Blue) = 70+82+17=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #465211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465211 is #B9ADEE. Grayscale: #474747. Windows color (decimal): -12168687 or 1135174. OLE color: 1135174.

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

Color convert

RGB 70 82 17 -
CMYK 0.15 0 0.79 0.68
HSL 71.08º 0.66% 0.19% -
HSV(B) 71.08º 0.79% 0.32% -
XYZ 5.64 7.38 1.66 -
YUV 71 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 70 82 17 0.15 0 0.79 0.68 71.08 0.66 0.19
Hex 46 52 11 F 0 4F 44 47 42 13
Octal 106 122 21 17 0 117 104 107 102 23
Binary 1000110 1010010 10001 1111 0 1001111 1000100 1000111 1000010 10011

Color Harmonies of #465211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465211

Black with #465211

Text Example


Text Example

White with #465211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465211; }

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

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

background-color css

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

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

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

border-color css

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

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

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