Html Css Color HEX #464511 Verdun Green

📋 copy color: '#464511'

red 70 ◦ green 69 ◦ blue 17

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

Shades of Verdun Green #464511

Tints of Verdun Green #464511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.9%

R = 44.87%
G = 44.23%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#464511 (or 0x464511) is known color: Verdun Green. HEX triplet: 46, 45 and 11. RGB value is (70,69,17). Sum of RGB (Red+Green+Blue) = 70+69+17=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #464511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464511 is #B9BAEE. Grayscale: #3F3F3F. Windows color (decimal): -12172015 or 1131846. OLE color: 1131846.

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

Color convert

RGB 70 69 17 -
CMYK 0 0.01 0.76 0.73
HSL 58.87º 0.61% 0.17% -
HSV(B) 58.87º 0.76% 0.27% -
XYZ 4.76 5.6 1.36 -
YUV 63.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 70 69 17 0 0.01 0.76 0.73 58.87 0.61 0.17
Hex 46 45 11 0 1 4C 49 3B 3D 11
Octal 106 105 21 0 1 114 111 73 75 21
Binary 1000110 1000101 10001 0 1 1001100 1001001 111011 111101 10001

Color Harmonies of #464511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464511

Black with #464511

Text Example


Text Example

White with #464511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464511; }

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

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

background-color css

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

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

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

border-color css

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

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

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