#465619

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

Shades of Verdun Green #465619

Tints of Verdun Green #465619

Color information

#465619 (or 0x465619) is unknown color: approx Verdun Green. HEX triplet: 46, 56 and 19. RGB value is (70,86,25). Sum of RGB (Red+Green+Blue) = 70+86+25=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #465619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465619 is #B9A9E6. Grayscale: #4A4A4A. Windows color (decimal): -12167655 or 1660486. OLE color: 1660486.

HSL color Cylindrical-coordinate representation of color #465619: hue angle of 75.74º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465619 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB708625-
CMYK0.1900.710.66
HSL75.74º54.95%21.76%-
HSV(B)75.74º70.93%33.73%-
XYZ6.038.032.15-
YUV74.26100.2124.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=38.67%
G=47.51%
B=13.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086250.1900.710.6675.7454.9521.76
Hex46561913047424c3716
Octal106126312301071021146726
Binary100011010101101100110011010001111000010100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465619; }

 p { color: rgb(70,86,25); }

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

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

 a { background-color: rgb(70,86,25); }

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

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

 span { border-color: rgb(70,86,25); }

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