Html Css Color HEX #465516 Verdun Green

📋 copy color: '#465516'

red 70 ◦ green 85 ◦ blue 22

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

Shades of Verdun Green #465516

Tints of Verdun Green #465516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

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

R = 39.55%
G = 48.02%
B = 12.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#465516 (or 0x465516) is known color: Verdun Green. HEX triplet: 46, 55 and 16. RGB value is (70,85,22). Sum of RGB (Red+Green+Blue) = 70+85+22=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #465516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465516 is #B9AAE9. Grayscale: #494949. Windows color (decimal): -12167914 or 1463622. OLE color: 1463622.

HSL color Cylindrical-coordinate representation of color #465516: hue angle of 74.29º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #465516 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 22 -
CMYK 0.18 0 0.74 0.67
HSL 74.29º 0.59% 0.21% -
HSV(B) 74.29º 0.74% 0.33% -
XYZ 5.92 7.86 1.96 -
YUV 73.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 70 85 22 0.18 0 0.74 0.67 74.29 0.59 0.21
Hex 46 55 16 12 0 4A 43 4A 3B 15
Octal 106 125 26 22 0 112 103 112 73 25
Binary 1000110 1010101 10110 10010 0 1001010 1000011 1001010 111011 10101

Color Harmonies of #465516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465516

Black with #465516

Text Example


Text Example

White with #465516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465516; }

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

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

background-color css

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

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

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

border-color css

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

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

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