Html Css Color HEX #187052 Salem

📋 copy color: '#187052'

red 24 ◦ green 112 ◦ blue 82

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

Shades of Salem #187052

Tints of Salem #187052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 11.01%
G = 51.38%
B = 37.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#187052 (or 0x187052) is known color: Salem. HEX triplet: 18, 70 and 52. RGB value is (24,112,82). Sum of RGB (Red+Green+Blue) = 24+112+82=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #187052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187052 is #E78FAD. Grayscale: #525252. Windows color (decimal): -15175598 or 5402648. OLE color: 5402648.

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

Color convert

RGB 24 112 82 -
CMYK 0.79 0 0.27 0.56
HSL 159.55º 0.65% 0.27% -
HSV(B) 159.55º 0.79% 0.44% -
XYZ 7.69 12.39 9.97 -
YUV 82.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 24 112 82 0.79 0 0.27 0.56 159.55 0.65 0.27
Hex 18 70 52 4F 0 1B 38 A0 41 1B
Octal 30 160 122 117 0 33 70 240 101 33
Binary 11000 1110000 1010010 1001111 0 11011 111000 10100000 1000001 11011

Color Harmonies of #187052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187052

Black with #187052

Text Example


Text Example

White with #187052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187052; }

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

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

background-color css

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

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

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

border-color css

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

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

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