Html Css Color HEX #187053 Salem

📋 copy color: '#187053'

red 24 ◦ green 112 ◦ blue 83

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

Shades of Salem #187053

Tints of Salem #187053

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.9%

R = 10.96%
G = 51.14%
B = 37.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#187053 (or 0x187053) is known color: 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

RGB 24 112 83 -
CMYK 0.79 0 0.26 0.56
HSL 160.23º 0.65% 0.27% -
HSV(B) 160.23º 0.79% 0.44% -
XYZ 7.73 12.41 10.17 -
YUV 82.38 128.35 86.36 -
System Red Green Blue C M Y K H S L
Decimal 24 112 83 0.79 0 0.26 0.56 160.23 0.65 0.27
Hex 18 70 53 4F 0 1A 38 A0 41 1B
Octal 30 160 123 117 0 32 70 240 101 33
Binary 11000 1110000 1010011 1001111 0 11010 111000 10100000 1000001 11011

Color Harmonies of #187053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187053

Black with #187053

Text Example


Text Example

White with #187053

Text Example


Text Example

HTML Codes & Css Web 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>