#1B7555

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

Shades of Salem #1B7555

Tints of Salem #1B7555

Color information

#1B7555 (or 0x1B7555) is unknown color: approx Salem. HEX triplet: 1B, 75 and 55. RGB value is (27,117,85). Sum of RGB (Red+Green+Blue) = 27+117+85=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7555 is #E48AAA. Grayscale: #565656. Windows color (decimal): -14977707 or 5600539. OLE color: 5600539.

HSL color Cylindrical-coordinate representation of color #1B7555: hue angle of 158.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7555 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB2711785-
CMYK0.7700.270.54
HSL158.67º62.5%28.24%-
HSV(B)158.67º76.92%45.88%-
XYZ8.4513.6110.78-
YUV86.44127.1885.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.79%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=11.79%
G=51.09%
B=37.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27117850.7700.270.54158.6762.528.24
Hex1B75554D01B369f3e1c
Octal33165125115033662377634
Binary110111110101101010110011010110111101101001111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,117,85); }

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

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

 a { background-color: rgb(27,117,85); }

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

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

 span { border-color: rgb(27,117,85); }

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