#1F845A

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

Shades of Salem #1F845A

Tints of Salem #1F845A

Color information

#1F845A (or 0x1F845A) is unknown color: approx Salem. HEX triplet: 1F, 84 and 5A. RGB value is (31,132,90). Sum of RGB (Red+Green+Blue) = 31+132+90=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #1F845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F845A is #E07BA5. Grayscale: #616161. Windows color (decimal): -14711718 or 5932063. OLE color: 5932063.

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

Color convert

RGB3113290-
CMYK0.7700.320.48
HSL155.05º61.96%31.96%-
HSV(B)155.05º76.52%51.76%-
XYZ10.6617.5312.49-
YUV97.01124.0480.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=12.25%
G=52.17%
B=35.57%

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
Decimal31132900.7700.320.48155.0561.9631.96
Hex1F845A4D020309b3e20
Octal37204132115040602337640
Binary111111000010010110101001101010000011000010011011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,132,90); }

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

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

 a { background-color: rgb(31,132,90); }

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

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

 span { border-color: rgb(31,132,90); }

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