Html Css Color HEX #464514 Verdun Green

📋 copy color: '#464514'

red 70 ◦ green 69 ◦ blue 20

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

Shades of Verdun Green #464514

Tints of Verdun Green #464514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

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

R = 44.03%
G = 43.4%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#464514 (or 0x464514) is known color: Verdun Green. HEX triplet: 46, 45 and 14. RGB value is (70,69,20). Sum of RGB (Red+Green+Blue) = 70+69+20=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #464514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464514 is #B9BAEB. Grayscale: #3F3F3F. Windows color (decimal): -12172012 or 1328454. OLE color: 1328454.

HSL color Cylindrical-coordinate representation of color #464514: hue angle of 58.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464514 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 69 20 -
CMYK 0 0.01 0.71 0.73
HSL 58.8º 0.56% 0.18% -
HSV(B) 58.8º 0.71% 0.27% -
XYZ 4.78 5.61 1.49 -
YUV 63.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 70 69 20 0 0.01 0.71 0.73 58.8 0.56 0.18
Hex 46 45 14 0 1 47 49 3B 38 12
Octal 106 105 24 0 1 107 111 73 70 22
Binary 1000110 1000101 10100 0 1 1000111 1001001 111011 111000 10010

Color Harmonies of #464514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464514

Black with #464514

Text Example


Text Example

White with #464514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464514; }

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

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

background-color css

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

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

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

border-color css

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

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

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