#455619

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

Shades of Verdun Green #455619

Tints of Verdun Green #455619

Color information

#455619 (or 0x455619) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 19. RGB value is (69,86,25). Sum of RGB (Red+Green+Blue) = 69+86+25=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #455619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455619 is #BAA9E6. Grayscale: #4A4A4A. Windows color (decimal): -12233191 or 1660485. OLE color: 1660485.

HSL color Cylindrical-coordinate representation of color #455619: hue angle of 76.72º 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 #455619 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB698625-
CMYK0.2000.710.66
HSL76.72º54.95%21.76%-
HSV(B)76.72º70.93%33.73%-
XYZ5.967.992.15-
YUV73.96100.37124.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 86 (33.98% from 255) = 47.78%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=38.33%
G=47.78%
B=13.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986250.2000.710.6676.7254.9521.76
Hex45561914047424d3716
Octal105126312401071021156726
Binary100010110101101100110100010001111000010100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455619; }

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

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

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

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

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

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

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

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