Html Css Color HEX #464510 Verdun Green

📋 copy color: '#464510'

red 70 ◦ green 69 ◦ blue 16

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

Shades of Verdun Green #464510

Tints of Verdun Green #464510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 45.16%
G = 44.52%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#464510 (or 0x464510) is known color: Verdun Green. HEX triplet: 46, 45 and 10. RGB value is (70,69,16). Sum of RGB (Red+Green+Blue) = 70+69+16=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #464510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464510 is #B9BAEF. Grayscale: #3F3F3F. Windows color (decimal): -12172016 or 1066310. OLE color: 1066310.

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

Color convert

RGB 70 69 16 -
CMYK 0 0.01 0.77 0.73
HSL 58.89º 0.63% 0.17% -
HSV(B) 58.89º 0.77% 0.27% -
XYZ 4.75 5.6 1.32 -
YUV 63.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 70 69 16 0 0.01 0.77 0.73 58.89 0.63 0.17
Hex 46 45 10 0 1 4D 49 3B 3F 11
Octal 106 105 20 0 1 115 111 73 77 21
Binary 1000110 1000101 10000 0 1 1001101 1001001 111011 111111 10001

Color Harmonies of #464510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464510

Black with #464510

Text Example


Text Example

White with #464510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464510; }

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

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

background-color css

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

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

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

border-color css

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

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

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