#1F7B53

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

Shades of Salem #1F7B53

Tints of Salem #1F7B53

Color information

#1F7B53 (or 0x1F7B53) is unknown color: approx Salem. HEX triplet: 1F, 7B and 53. RGB value is (31,123,83). Sum of RGB (Red+Green+Blue) = 31+123+83=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7B53 is #E084AC. Grayscale: #5A5A5A. Windows color (decimal): -14714029 or 5471007. OLE color: 5471007.

HSL color Cylindrical-coordinate representation of color #1F7B53: hue angle of 153.91º degrees, saturation: 0.6, 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 #1F7B53 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB3112383-
CMYK0.7500.330.52
HSL153.91º59.74%30.2%-
HSV(B)153.91º74.8%48.24%-
XYZ9.2115.0810.61-
YUV90.93123.5285.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.08%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=13.08%
G=51.90%
B=35.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31123830.7500.330.52153.9159.7430.2
Hex1F7B534B021349a3c1e
Octal37173123113041642327436
Binary1111111110111010011100101101000011101001001101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,123,83); }

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

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

 a { background-color: rgb(31,123,83); }

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

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

 span { border-color: rgb(31,123,83); }

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