#15503B

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

Shades of Sherwood Green #15503B

Tints of Sherwood Green #15503B

Color information

#15503B (or 0x15503B) is unknown color: approx Sherwood Green. HEX triplet: 15, 50 and 3B. RGB value is (21,80,59). Sum of RGB (Red+Green+Blue) = 21+80+59=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #15503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15503B is #EAAFC4. Grayscale: #3B3B3B. Windows color (decimal): -15380421 or 3887125. OLE color: 3887125.

HSL color Cylindrical-coordinate representation of color #15503B: hue angle of 158.64º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15503B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB218059-
CMYK0.7400.260.69
HSL158.64º58.42%19.8%-
HSV(B)158.64º73.75%31.37%-
XYZ3.976.215.13-
YUV59.96127.45100.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=13.12%
G=50%
B=36.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180590.7400.260.69158.6458.4219.8
Hex15503B4A01A459f3a14
Octal25120731120321052377224
Binary101011010000111011100101001101010001011001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15503B; }

 p { color: rgb(21,80,59); }

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

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

 a { background-color: rgb(21,80,59); }

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

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

 span { border-color: rgb(21,80,59); }

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