#1B8557

Color #1B8557 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1B8557

Tints of Salem #1B8557

Color information

#1B8557 (or 0x1B8557) is unknown color: approx Salem. HEX triplet: 1B, 85 and 57. RGB value is (27,133,87). Sum of RGB (Red+Green+Blue) = 27+133+87=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #1B8557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8557 is #E47AA8. Grayscale: #606060. Windows color (decimal): -14973609 or 5735707. OLE color: 5735707.

HSL color Cylindrical-coordinate representation of color #1B8557: hue angle of 153.96º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8557 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB2713387-
CMYK0.8000.350.48
HSL153.96º66.25%31.37%-
HSV(B)153.96º79.7%52.16%-
XYZ10.5617.711.88-
YUV96.06122.8878.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=10.93%
G=53.85%
B=35.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27133870.8000.350.48153.9666.2531.37
Hex1B855750023309a421f
Octal332051271200436023210237
Binary110111000010110101111010000010001111000010011010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B8557; }

 p { color: rgb(27,133,87); }

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

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

 a { background-color: rgb(27,133,87); }

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

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

 span { border-color: rgb(27,133,87); }

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