Html Css Color HEX #187550 Salem

📋 copy color: '#187550'

red 24 ◦ green 117 ◦ blue 80

#187550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #187550

Tints of Salem #187550

RGB

 RED value IS 24 (9.77% from 255) = 10.86%

 GREEN value IS 117 (46.09% from 255) = 52.94%

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 10.86%
G = 52.94%
B = 36.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#187550 (or 0x187550) is known color: Salem. HEX triplet: 18, 75 and 50. RGB value is (24,117,80). Sum of RGB (Red+Green+Blue) = 24+117+80=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #187550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187550 is #E78AAF. Grayscale: #555555. Windows color (decimal): -15174320 or 5272856. OLE color: 5272856.

HSL color Cylindrical-coordinate representation of color #187550: hue angle of 156.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187550 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 117 80 -
CMYK 0.79 0 0.32 0.54
HSL 156.13º 0.66% 0.28% -
HSV(B) 156.13º 0.79% 0.46% -
XYZ 8.19 13.5 9.76 -
YUV 84.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 24 117 80 0.79 0 0.32 0.54 156.13 0.66 0.28
Hex 18 75 50 4F 0 20 36 9C 42 1C
Octal 30 165 120 117 0 40 66 234 102 34
Binary 11000 1110101 1010000 1001111 0 100000 110110 10011100 1000010 11100

Color Harmonies of #187550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187550

Black with #187550

Text Example


Text Example

White with #187550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187550; }

 p { color: rgb(24,117,80); }

 H1.HeaderClassName
 {
   color: #187550;
 }
 .AnyTagClassName
 {
   color: #187550;
 }
</style>

background-color css

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

 a { background-color: rgb(24,117,80); }

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

border-color css

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

 span { border-color: rgb(24,117,80); }

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