#455615

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

Shades of Verdun Green #455615

Tints of Verdun Green #455615

Color information

#455615 (or 0x455615) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 15. RGB value is (69,86,21). Sum of RGB (Red+Green+Blue) = 69+86+21=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #455615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455615 is #BAA9EA. Grayscale: #494949. Windows color (decimal): -12233195 or 1398341. OLE color: 1398341.

HSL color Cylindrical-coordinate representation of color #455615: hue angle of 75.69º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #455615 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB698621-
CMYK0.2000.760.66
HSL75.69º60.75%20.98%-
HSV(B)75.69º75.58%33.73%-
XYZ5.927.971.94-
YUV73.5198.37124.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=39.20%
G=48.86%
B=11.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986210.2000.760.6675.6960.7520.98
Hex4556151404C424c3d15
Octal105126252401141021147525
Binary100010110101101010110100010011001000010100110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455615; }

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

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

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

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

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

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

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

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