#187952

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

Shades of Salem #187952

Tints of Salem #187952

Color information

#187952 (or 0x187952) is unknown color: approx Salem. HEX triplet: 18, 79 and 52. RGB value is (24,121,82). Sum of RGB (Red+Green+Blue) = 24+121+82=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #187952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187952 is #E786AD. Grayscale: #575757. Windows color (decimal): -15173294 or 5404952. OLE color: 5404952.

HSL color Cylindrical-coordinate representation of color #187952: hue angle of 155.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187952 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB2412182-
CMYK0.8000.320.53
HSL155.88º66.9%28.43%-
HSV(B)155.88º80.17%47.45%-
XYZ8.7414.4810.32-
YUV87.55124.8682.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=10.57%
G=53.30%
B=36.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121820.8000.320.53155.8866.928.43
Hex18795250020359c431c
Octal301711221200406523410334
Binary11000111100110100101010000010000011010110011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187952; }

 p { color: rgb(24,121,82); }

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

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

 a { background-color: rgb(24,121,82); }

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

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

 span { border-color: rgb(24,121,82); }

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