#455B15

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

Shades of Verdun Green #455B15

Tints of Verdun Green #455B15

Color information

#455B15 (or 0x455B15) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 15. RGB value is (69,91,21). Sum of RGB (Red+Green+Blue) = 69+91+21=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #455B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B15 is #BAA4EA. Grayscale: #4C4C4C. Windows color (decimal): -12231915 or 1399621. OLE color: 1399621.

HSL color Cylindrical-coordinate representation of color #455B15: hue angle of 78.86º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455B15 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB699121-
CMYK0.2400.770.64
HSL78.86º62.5%21.96%-
HSV(B)78.86º76.92%35.69%-
XYZ6.338.82.07-
YUV76.4496.71122.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 91 (35.94% from 255) = 50.28%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=38.12%
G=50.28%
B=11.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991210.2400.770.6478.8662.521.96
Hex455B151804D404f3e16
Octal105133253001151001177626
Binary100010110110111010111000010011011000000100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455B15; }

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

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

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

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

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

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

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

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