Html Css Color HEX #464516 Verdun Green

📋 copy color: '#464516'

red 70 ◦ green 69 ◦ blue 22

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

Shades of Verdun Green #464516

Tints of Verdun Green #464516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.66%

R = 43.48%
G = 42.86%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#464516 (or 0x464516) is known color: Verdun Green. HEX triplet: 46, 45 and 16. RGB value is (70,69,22). Sum of RGB (Red+Green+Blue) = 70+69+22=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #464516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464516 is #B9BAE9. Grayscale: #404040. Windows color (decimal): -12172010 or 1459526. OLE color: 1459526.

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

Color convert

RGB 70 69 22 -
CMYK 0 0.01 0.69 0.73
HSL 58.75º 0.52% 0.18% -
HSV(B) 58.75º 0.69% 0.27% -
XYZ 4.8 5.62 1.59 -
YUV 63.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 70 69 22 0 0.01 0.69 0.73 58.75 0.52 0.18
Hex 46 45 16 0 1 45 49 3B 34 12
Octal 106 105 26 0 1 105 111 73 64 22
Binary 1000110 1000101 10110 0 1 1000101 1001001 111011 110100 10010

Color Harmonies of #464516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464516

Black with #464516

Text Example


Text Example

White with #464516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464516; }

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

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

background-color css

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

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

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

border-color css

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

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

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