#15503C

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

Shades of Sherwood Green #15503C

Tints of Sherwood Green #15503C

Color information

#15503C (or 0x15503C) is unknown color: approx Sherwood Green. HEX triplet: 15, 50 and 3C. RGB value is (21,80,60). Sum of RGB (Red+Green+Blue) = 21+80+60=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #15503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15503C is #EAAFC3. Grayscale: #3C3C3C. Windows color (decimal): -15380420 or 3952661. OLE color: 3952661.

HSL color Cylindrical-coordinate representation of color #15503C: hue angle of 159.66º 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 #15503C is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB218060-
CMYK0.7400.250.69
HSL159.66º58.42%19.8%-
HSV(B)159.66º73.75%31.37%-
XYZ3.996.225.27-
YUV60.08127.95100.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 80 (31.64% from 255) = 49.69%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=13.04%
G=49.69%
B=37.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180600.7400.250.69159.6658.4219.8
Hex15503C4A01945a03a14
Octal25120741120311052407224
Binary101011010000111100100101001100110001011010000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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