#1F855B

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

Shades of Salem #1F855B

Tints of Salem #1F855B

Color information

#1F855B (or 0x1F855B) is unknown color: approx Salem. HEX triplet: 1F, 85 and 5B. RGB value is (31,133,91). Sum of RGB (Red+Green+Blue) = 31+133+91=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #1F855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F855B is #E07AA4. Grayscale: #616161. Windows color (decimal): -14711461 or 5997855. OLE color: 5997855.

HSL color Cylindrical-coordinate representation of color #1F855B: hue angle of 155.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F855B is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB3113391-
CMYK0.7700.320.48
HSL155.29º62.2%32.16%-
HSV(B)155.29º76.69%52.16%-
XYZ10.8417.8212.77-
YUV97.71124.2180.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=12.16%
G=52.16%
B=35.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31133910.7700.320.48155.2962.232.16
Hex1F855B4D020309b3e20
Octal37205133115040602337640
Binary111111000010110110111001101010000011000010011011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,91); }

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

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

 a { background-color: rgb(31,133,91); }

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

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

 span { border-color: rgb(31,133,91); }

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