Html Css Color HEX #187050 Salem

📋 copy color: '#187050'

red 24 ◦ green 112 ◦ blue 80

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

Shades of Salem #187050

Tints of Salem #187050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.85%

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

R = 11.11%
G = 51.85%
B = 37.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#187050 (or 0x187050) is known color: Salem. HEX triplet: 18, 70 and 50. RGB value is (24,112,80). Sum of RGB (Red+Green+Blue) = 24+112+80=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #187050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187050 is #E78FAF. Grayscale: #525252. Windows color (decimal): -15175600 or 5271576. OLE color: 5271576.

HSL color Cylindrical-coordinate representation of color #187050: hue angle of 158.18º 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 #187050 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 80 -
CMYK 0.79 0 0.29 0.56
HSL 158.18º 0.65% 0.27% -
HSV(B) 158.18º 0.79% 0.44% -
XYZ 7.62 12.36 9.57 -
YUV 82.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 24 112 80 0.79 0 0.29 0.56 158.18 0.65 0.27
Hex 18 70 50 4F 0 1D 38 9E 41 1B
Octal 30 160 120 117 0 35 70 236 101 33
Binary 11000 1110000 1010000 1001111 0 11101 111000 10011110 1000001 11011

Color Harmonies of #187050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187050

Black with #187050

Text Example


Text Example

White with #187050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187050; }

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

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

background-color css

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

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

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

border-color css

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

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

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