Html Css Color HEX #187350 Salem

📋 copy color: '#187350'

red 24 ◦ green 115 ◦ blue 80

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

Shades of Salem #187350

Tints of Salem #187350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

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

R = 10.96%
G = 52.51%
B = 36.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#187350 (or 0x187350) is known color: Salem. HEX triplet: 18, 73 and 50. RGB value is (24,115,80). Sum of RGB (Red+Green+Blue) = 24+115+80=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #187350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187350 is #E78CAF. Grayscale: #535353. Windows color (decimal): -15174832 or 5272344. OLE color: 5272344.

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

Color convert

RGB 24 115 80 -
CMYK 0.79 0 0.30 0.55
HSL 156.92º 0.65% 0.27% -
HSV(B) 156.92º 0.79% 0.45% -
XYZ 7.96 13.03 9.69 -
YUV 83.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 24 115 80 0.79 0 0.30 0.55 156.92 0.65 0.27
Hex 18 73 50 4F 0 1E 37 9D 41 1B
Octal 30 163 120 117 0 36 67 235 101 33
Binary 11000 1110011 1010000 1001111 0 11110 110111 10011101 1000001 11011

Color Harmonies of #187350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187350

Black with #187350

Text Example


Text Example

White with #187350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187350; }

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

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

background-color css

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

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

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

border-color css

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

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

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