#1B8551

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

Shades of Salem #1B8551

Tints of Salem #1B8551

Color information

#1B8551 (or 0x1B8551) is unknown color: approx Salem. HEX triplet: 1B, 85 and 51. RGB value is (27,133,81). Sum of RGB (Red+Green+Blue) = 27+133+81=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #1B8551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8551 is #E47AAE. Grayscale: #5F5F5F. Windows color (decimal): -14973615 or 5342491. OLE color: 5342491.

HSL color Cylindrical-coordinate representation of color #1B8551: hue angle of 150.57º 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 #1B8551 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB2713381-
CMYK0.8000.390.48
HSL150.57º66.25%31.37%-
HSV(B)150.57º79.7%52.16%-
XYZ10.3217.610.64-
YUV95.38119.8879.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.20%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=11.20%
G=55.19%
B=33.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27133810.8000.390.48150.5766.2531.37
Hex1B8551500273097421f
Octal332051211200476022710237
Binary110111000010110100011010000010011111000010010111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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