#1F7A55

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

Shades of Salem #1F7A55

Tints of Salem #1F7A55

Color information

#1F7A55 (or 0x1F7A55) is unknown color: approx Salem. HEX triplet: 1F, 7A and 55. RGB value is (31,122,85). Sum of RGB (Red+Green+Blue) = 31+122+85=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A55 is #E085AA. Grayscale: #5A5A5A. Windows color (decimal): -14714283 or 5601823. OLE color: 5601823.

HSL color Cylindrical-coordinate representation of color #1F7A55: hue angle of 155.6º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7A55 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB3112285-
CMYK0.7500.300.52
HSL155.6º59.48%30%-
HSV(B)155.6º74.59%47.84%-
XYZ9.1614.8710.98-
YUV90.57124.8585.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 122 (48.05% from 255) = 51.26%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=13.03%
G=51.26%
B=35.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31122850.7500.300.52155.659.4830
Hex1F7A554B01E349c3b1e
Octal37172125113036642347336
Binary111111111010101010110010110111101101001001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,85); }

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

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

 a { background-color: rgb(31,122,85); }

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

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

 span { border-color: rgb(31,122,85); }

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