Html Css Color HEX #465210 Verdun Green

📋 copy color: '#465210'

red 70 ◦ green 82 ◦ blue 16

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

Shades of Verdun Green #465210

Tints of Verdun Green #465210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 41.67%
G = 48.81%
B = 9.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#465210 (or 0x465210) is known color: Verdun Green. HEX triplet: 46, 52 and 10. RGB value is (70,82,16). Sum of RGB (Red+Green+Blue) = 70+82+16=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #465210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465210 is #B9ADEF. Grayscale: #474747. Windows color (decimal): -12168688 or 1069638. OLE color: 1069638.

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

Color convert

RGB 70 82 16 -
CMYK 0.15 0 0.80 0.68
HSL 70.91º 0.67% 0.19% -
HSV(B) 70.91º 0.8% 0.32% -
XYZ 5.64 7.37 1.62 -
YUV 70.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 70 82 16 0.15 0 0.80 0.68 70.91 0.67 0.19
Hex 46 52 10 F 0 50 44 47 43 13
Octal 106 122 20 17 0 120 104 107 103 23
Binary 1000110 1010010 10000 1111 0 1010000 1000100 1000111 1000011 10011

Color Harmonies of #465210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465210

Black with #465210

Text Example


Text Example

White with #465210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465210; }

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

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

background-color css

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

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

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

border-color css

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

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

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