Html Css Color HEX #464810 Verdun Green

📋 copy color: '#464810'

red 70 ◦ green 72 ◦ blue 16

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

Shades of Verdun Green #464810

Tints of Verdun Green #464810

RGB

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

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

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

R = 44.3%
G = 45.57%
B = 10.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#464810 (or 0x464810) is known color: Verdun Green. HEX triplet: 46, 48 and 10. RGB value is (70,72,16). Sum of RGB (Red+Green+Blue) = 70+72+16=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #464810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464810 is #B9B7EF. Grayscale: #414141. Windows color (decimal): -12171248 or 1067078. OLE color: 1067078.

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

Color convert

RGB 70 72 16 -
CMYK 0.03 0 0.78 0.72
HSL 62.14º 0.64% 0.17% -
HSV(B) 62.14º 0.78% 0.28% -
XYZ 4.94 5.97 1.38 -
YUV 65.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 70 72 16 0.03 0 0.78 0.72 62.14 0.64 0.17
Hex 46 48 10 3 0 4E 48 3E 40 11
Octal 106 110 20 3 0 116 110 76 100 21
Binary 1000110 1001000 10000 11 0 1001110 1001000 111110 1000000 10001

Color Harmonies of #464810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464810

Black with #464810

Text Example


Text Example

White with #464810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464810; }

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

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

background-color css

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

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

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

border-color css

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

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

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