Html Css Color HEX #464814 Verdun Green

📋 copy color: '#464814'

red 70 ◦ green 72 ◦ blue 20

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

Shades of Verdun Green #464814

Tints of Verdun Green #464814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 43.21%
G = 44.44%
B = 12.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#464814 (or 0x464814) is known color: Verdun Green. HEX triplet: 46, 48 and 14. RGB value is (70,72,20). Sum of RGB (Red+Green+Blue) = 70+72+20=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #464814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464814 is #B9B7EB. Grayscale: #414141. Windows color (decimal): -12171244 or 1329222. OLE color: 1329222.

HSL color Cylindrical-coordinate representation of color #464814: hue angle of 62.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464814 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 20 -
CMYK 0.03 0 0.72 0.72
HSL 62.31º 0.57% 0.18% -
HSV(B) 62.31º 0.72% 0.28% -
XYZ 4.97 5.99 1.56 -
YUV 65.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 70 72 20 0.03 0 0.72 0.72 62.31 0.57 0.18
Hex 46 48 14 3 0 48 48 3E 39 12
Octal 106 110 24 3 0 110 110 76 71 22
Binary 1000110 1001000 10100 11 0 1001000 1001000 111110 111001 10010

Color Harmonies of #464814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464814

Black with #464814

Text Example


Text Example

White with #464814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464814; }

 p { color: rgb(70,72,20); }

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

background-color css

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

 a { background-color: rgb(70,72,20); }

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

border-color css

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

 span { border-color: rgb(70,72,20); }

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