Html Css Color HEX #465116 Verdun Green

📋 copy color: '#465116'

red 70 ◦ green 81 ◦ blue 22

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

Shades of Verdun Green #465116

Tints of Verdun Green #465116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 40.46%
G = 46.82%
B = 12.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#465116 (or 0x465116) is known color: Verdun Green. HEX triplet: 46, 51 and 16. RGB value is (70,81,22). Sum of RGB (Red+Green+Blue) = 70+81+22=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #465116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465116 is #B9AEE9. Grayscale: #474747. Windows color (decimal): -12168938 or 1462598. OLE color: 1462598.

HSL color Cylindrical-coordinate representation of color #465116: hue angle of 71.19º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #465116 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 22 -
CMYK 0.14 0 0.73 0.68
HSL 71.19º 0.57% 0.2% -
HSV(B) 71.19º 0.73% 0.32% -
XYZ 5.61 7.24 1.86 -
YUV 70.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 70 81 22 0.14 0 0.73 0.68 71.19 0.57 0.2
Hex 46 51 16 E 0 49 44 47 39 14
Octal 106 121 26 16 0 111 104 107 71 24
Binary 1000110 1010001 10110 1110 0 1001001 1000100 1000111 111001 10100

Color Harmonies of #465116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465116

Black with #465116

Text Example


Text Example

White with #465116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465116; }

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

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

background-color css

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

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

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

border-color css

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

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

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