#155541

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

Shades of Sherwood Green #155541

Tints of Sherwood Green #155541

Color information

#155541 (or 0x155541) is unknown color: approx Sherwood Green. HEX triplet: 15, 55 and 41. RGB value is (21,85,65). Sum of RGB (Red+Green+Blue) = 21+85+65=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #155541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155541 is #EAAABE. Grayscale: #3F3F3F. Windows color (decimal): -15379135 or 4281621. OLE color: 4281621.

HSL color Cylindrical-coordinate representation of color #155541: hue angle of 161.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155541 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB218565-
CMYK0.7500.240.67
HSL161.25º60.38%20.78%-
HSV(B)161.25º75.29%33.33%-
XYZ4.517.046.12-
YUV63.58128.897.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=12.28%
G=49.71%
B=38.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185650.7500.240.67161.2560.3820.78
Hex1555414B01843a13c15
Octal251251011130301032417425
Binary1010110101011000001100101101100010000111010000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155541; }

 p { color: rgb(21,85,65); }

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

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

 a { background-color: rgb(21,85,65); }

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

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

 span { border-color: rgb(21,85,65); }

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