#1B7750

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

Shades of Salem #1B7750

Tints of Salem #1B7750

Color information

#1B7750 (or 0x1B7750) is unknown color: approx Salem. HEX triplet: 1B, 77 and 50. RGB value is (27,119,80). Sum of RGB (Red+Green+Blue) = 27+119+80=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7750 is #E488AF. Grayscale: #575757. Windows color (decimal): -14977200 or 5273371. OLE color: 5273371.

HSL color Cylindrical-coordinate representation of color #1B7750: hue angle of 154.57º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7750 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB2711980-
CMYK0.7700.330.53
HSL154.57º63.01%28.63%-
HSV(B)154.57º77.31%46.67%-
XYZ8.514.019.84-
YUV87.05124.0285.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=11.95%
G=52.65%
B=35.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119800.7700.330.53154.5763.0128.63
Hex1B77504D021359b3f1d
Octal33167120115041652337735
Binary1101111101111010000100110101000011101011001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,119,80); }

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

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

 a { background-color: rgb(27,119,80); }

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

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

 span { border-color: rgb(27,119,80); }

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