#465519

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

Shades of Verdun Green #465519

Tints of Verdun Green #465519

Color information

#465519 (or 0x465519) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 19. RGB value is (70,85,25). Sum of RGB (Red+Green+Blue) = 70+85+25=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #465519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465519 is #B9AAE6. Grayscale: #494949. Windows color (decimal): -12167911 or 1660230. OLE color: 1660230.

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

Color convert

RGB708525-
CMYK0.1800.710.67
HSL75º54.55%21.57%-
HSV(B)75º70.59%33.33%-
XYZ5.957.872.13-
YUV73.67100.53125.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=38.89%
G=47.22%
B=13.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085250.1800.710.677554.5521.57
Hex46551912047434b3716
Octal106125312201071031136726
Binary100011010101011100110010010001111000011100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465519; }

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

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

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

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

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

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

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

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