Html Css Color HEX #464712 Verdun Green

📋 copy color: '#464712'

red 70 ◦ green 71 ◦ blue 18

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

Shades of Verdun Green #464712

Tints of Verdun Green #464712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 44.03%
G = 44.65%
B = 11.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#464712 (or 0x464712) is known color: Verdun Green. HEX triplet: 46, 47 and 12. RGB value is (70,71,18). Sum of RGB (Red+Green+Blue) = 70+71+18=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #464712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464712 is #B9B8ED. Grayscale: #404040. Windows color (decimal): -12171502 or 1197894. OLE color: 1197894.

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

Color convert

RGB 70 71 18 -
CMYK 0.01 0 0.75 0.72
HSL 61.13º 0.6% 0.17% -
HSV(B) 61.13º 0.75% 0.28% -
XYZ 4.89 5.85 1.44 -
YUV 64.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 70 71 18 0.01 0 0.75 0.72 61.13 0.6 0.17
Hex 46 47 12 1 0 4B 48 3D 3C 11
Octal 106 107 22 1 0 113 110 75 74 21
Binary 1000110 1000111 10010 1 0 1001011 1001000 111101 111100 10001

Color Harmonies of #464712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464712

Black with #464712

Text Example


Text Example

White with #464712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464712; }

 p { color: rgb(70,71,18); }

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

background-color css

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

 a { background-color: rgb(70,71,18); }

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

border-color css

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

 span { border-color: rgb(70,71,18); }

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