#187053

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

Shades of Salem #187053

Tints of Salem #187053

Color information

#187053 (or 0x187053) is unknown color: approx Salem. HEX triplet: 18, 70 and 53. RGB value is (24,112,83). Sum of RGB (Red+Green+Blue) = 24+112+83=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #187053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187053 is #E78FAC. Grayscale: #525252. Windows color (decimal): -15175597 or 5468184. OLE color: 5468184.

HSL color Cylindrical-coordinate representation of color #187053: hue angle of 160.23º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187053 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB2411283-
CMYK0.7900.260.56
HSL160.23º64.71%26.67%-
HSV(B)160.23º78.57%43.92%-
XYZ7.7312.4110.17-
YUV82.38128.3586.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=10.96%
G=51.14%
B=37.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24112830.7900.260.56160.2364.7126.67
Hex1870534F01A38a0411b
Octal301601231170327024010133
Binary1100011100001010011100111101101011100010100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187053; }

 p { color: rgb(24,112,83); }

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

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

 a { background-color: rgb(24,112,83); }

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

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

 span { border-color: rgb(24,112,83); }

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