#1B7752

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

Shades of Salem #1B7752

Tints of Salem #1B7752

Color information

#1B7752 (or 0x1B7752) is unknown color: approx Salem. HEX triplet: 1B, 77 and 52. RGB value is (27,119,82). Sum of RGB (Red+Green+Blue) = 27+119+82=228 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.84% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7752 is #E488AD. Grayscale: #575757. Windows color (decimal): -14977198 or 5404443. OLE color: 5404443.

HSL color Cylindrical-coordinate representation of color #1B7752: hue angle of 155.87º 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 #1B7752 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB2711982-
CMYK0.7700.310.53
HSL155.87º63.01%28.63%-
HSV(B)155.87º77.31%46.67%-
XYZ8.5714.0410.24-
YUV87.27125.0285.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.84%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=11.84%
G=52.19%
B=35.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119820.7700.310.53155.8763.0128.63
Hex1B77524D01F359c3f1d
Octal33167122115037652347735
Binary110111110111101001010011010111111101011001110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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