Html Css Color HEX #464815 Verdun Green

📋 copy color: '#464815'

red 70 ◦ green 72 ◦ blue 21

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

Shades of Verdun Green #464815

Tints of Verdun Green #464815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 42.94%
G = 44.17%
B = 12.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#464815 (or 0x464815) is known color: Verdun Green. HEX triplet: 46, 48 and 15. RGB value is (70,72,21). Sum of RGB (Red+Green+Blue) = 70+72+21=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #464815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464815 is #B9B7EA. Grayscale: #414141. Windows color (decimal): -12171243 or 1394758. OLE color: 1394758.

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

Color convert

RGB 70 72 21 -
CMYK 0.03 0 0.71 0.72
HSL 62.35º 0.55% 0.18% -
HSV(B) 62.35º 0.71% 0.28% -
XYZ 4.98 5.99 1.6 -
YUV 65.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 70 72 21 0.03 0 0.71 0.72 62.35 0.55 0.18
Hex 46 48 15 3 0 47 48 3E 37 12
Octal 106 110 25 3 0 107 110 76 67 22
Binary 1000110 1001000 10101 11 0 1000111 1001000 111110 110111 10010

Color Harmonies of #464815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464815

Black with #464815

Text Example


Text Example

White with #464815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464815; }

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

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

background-color css

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

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

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

border-color css

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

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

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