Html Css Color HEX #465416 Verdun Green

📋 copy color: '#465416'

red 70 ◦ green 84 ◦ blue 22

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

Shades of Verdun Green #465416

Tints of Verdun Green #465416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.73%

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 39.77%
G = 47.73%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#465416 (or 0x465416) is known color: Verdun Green. HEX triplet: 46, 54 and 16. RGB value is (70,84,22). Sum of RGB (Red+Green+Blue) = 70+84+22=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #465416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465416 is #B9ABE9. Grayscale: #484848. Windows color (decimal): -12168170 or 1463366. OLE color: 1463366.

HSL color Cylindrical-coordinate representation of color #465416: hue angle of 73.55º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #465416 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 22 -
CMYK 0.17 0 0.74 0.67
HSL 73.55º 0.58% 0.21% -
HSV(B) 73.55º 0.74% 0.33% -
XYZ 5.84 7.7 1.94 -
YUV 72.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 70 84 22 0.17 0 0.74 0.67 73.55 0.58 0.21
Hex 46 54 16 11 0 4A 43 4A 3A 15
Octal 106 124 26 21 0 112 103 112 72 25
Binary 1000110 1010100 10110 10001 0 1001010 1000011 1001010 111010 10101

Color Harmonies of #465416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465416

Black with #465416

Text Example


Text Example

White with #465416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465416; }

 p { color: rgb(70,84,22); }

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

background-color css

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

 a { background-color: rgb(70,84,22); }

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

border-color css

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

 span { border-color: rgb(70,84,22); }

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