Html Css Color HEX #464513 Verdun Green

📋 copy color: '#464513'

red 70 ◦ green 69 ◦ blue 19

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

Shades of Verdun Green #464513

Tints of Verdun Green #464513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 44.3%
G = 43.67%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#464513 (or 0x464513) is known color: Verdun Green. HEX triplet: 46, 45 and 13. RGB value is (70,69,19). Sum of RGB (Red+Green+Blue) = 70+69+19=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #464513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464513 is #B9BAEC. Grayscale: #3F3F3F. Windows color (decimal): -12172013 or 1262918. OLE color: 1262918.

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

Color convert

RGB 70 69 19 -
CMYK 0 0.01 0.73 0.73
HSL 58.82º 0.57% 0.17% -
HSV(B) 58.82º 0.73% 0.27% -
XYZ 4.77 5.61 1.45 -
YUV 63.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 70 69 19 0 0.01 0.73 0.73 58.82 0.57 0.17
Hex 46 45 13 0 1 49 49 3B 39 11
Octal 106 105 23 0 1 111 111 73 71 21
Binary 1000110 1000101 10011 0 1 1001001 1001001 111011 111001 10001

Color Harmonies of #464513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464513

Black with #464513

Text Example


Text Example

White with #464513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464513; }

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

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

background-color css

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

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

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

border-color css

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

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

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