#465517

Color #465517 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #465517

Tints of Verdun Green #465517

Color information

#465517 (or 0x465517) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 17. RGB value is (70,85,23). Sum of RGB (Red+Green+Blue) = 70+85+23=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #465517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465517 is #B9AAE8. Grayscale: #494949. Windows color (decimal): -12167913 or 1529158. OLE color: 1529158.

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

Color convert

RGB708523-
CMYK0.1800.730.67
HSL74.52º57.41%21.18%-
HSV(B)74.52º72.94%33.33%-
XYZ5.937.862.02-
YUV73.4599.53125.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=39.33%
G=47.75%
B=12.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085230.1800.730.6774.5257.4121.18
Hex46551712049434b3915
Octal106125272201111031137125
Binary100011010101011011110010010010011000011100101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465517; }

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

 H1.HeaderClassName
 {
   color: #465517;
 }
 .AnyTagClassName
 {
   color: #465517;
 }
</style>
background-color css

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

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

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

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

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

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