Html Css Color HEX #464714 Verdun Green

📋 copy color: '#464714'

red 70 ◦ green 71 ◦ blue 20

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

Shades of Verdun Green #464714

Tints of Verdun Green #464714

RGB

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

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

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

R = 43.48%
G = 44.1%
B = 12.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#464714 (or 0x464714) is known color: Verdun Green. HEX triplet: 46, 47 and 14. RGB value is (70,71,20). Sum of RGB (Red+Green+Blue) = 70+71+20=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #464714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464714 is #B9B8EB. Grayscale: #414141. Windows color (decimal): -12171500 or 1328966. OLE color: 1328966.

HSL color Cylindrical-coordinate representation of color #464714: hue angle of 61.18º degrees, saturation: 0.56, 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 #464714 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 20 -
CMYK 0.01 0 0.72 0.72
HSL 61.18º 0.56% 0.18% -
HSV(B) 61.18º 0.72% 0.28% -
XYZ 4.91 5.86 1.53 -
YUV 64.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 70 71 20 0.01 0 0.72 0.72 61.18 0.56 0.18
Hex 46 47 14 1 0 48 48 3D 38 12
Octal 106 107 24 1 0 110 110 75 70 22
Binary 1000110 1000111 10100 1 0 1001000 1001000 111101 111000 10010

Color Harmonies of #464714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464714

Black with #464714

Text Example


Text Example

White with #464714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464714; }

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

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

background-color css

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

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

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

border-color css

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

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

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