#455815

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

Shades of Verdun Green #455815

Tints of Verdun Green #455815

Color information

#455815 (or 0x455815) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 15. RGB value is (69,88,21). Sum of RGB (Red+Green+Blue) = 69+88+21=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #455815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455815 is #BAA7EA. Grayscale: #4A4A4A. Windows color (decimal): -12232683 or 1398853. OLE color: 1398853.

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

Color convert

RGB698821-
CMYK0.2200.760.65
HSL77.01º61.47%21.37%-
HSV(B)77.01º76.14%34.51%-
XYZ6.088.31.99-
YUV74.6897.71123.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=38.76%
G=49.44%
B=11.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988210.2200.760.6577.0161.4721.37
Hex4558151604C414d3d15
Octal105130252601141011157525
Binary100010110110001010110110010011001000001100110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455815; }

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

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

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

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

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

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

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

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