#1B875A

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

Shades of Salem #1B875A

Tints of Salem #1B875A

Color information

#1B875A (or 0x1B875A) is unknown color: approx Salem. HEX triplet: 1B, 87 and 5A. RGB value is (27,135,90). Sum of RGB (Red+Green+Blue) = 27+135+90=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #1B875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B875A is #E478A5. Grayscale: #616161. Windows color (decimal): -14973094 or 5932827. OLE color: 5932827.

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

Color convert

RGB2713590-
CMYK0.800.330.47
HSL155º66.67%31.76%-
HSV(B)155º80%52.94%-
XYZ10.9618.312.63-
YUV97.58123.7277.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=10.71%
G=53.57%
B=35.71%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27135900.800.330.4715566.6731.76
Hex1B875A500212F9b4320
Octal332071321200415723310340
Binary1101110000111101101010100000100001101111100110111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,135,90); }

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

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

 a { background-color: rgb(27,135,90); }

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

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

 span { border-color: rgb(27,135,90); }

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