Html Css Color HEX #187355 Salem

📋 copy color: '#187355'

red 24 ◦ green 115 ◦ blue 85

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

Shades of Salem #187355

Tints of Salem #187355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 10.71%
G = 51.34%
B = 37.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#187355 (or 0x187355) is known color: Salem. HEX triplet: 18, 73 and 55. RGB value is (24,115,85). Sum of RGB (Red+Green+Blue) = 24+115+85=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #187355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187355 is #E78CAA. Grayscale: #545454. Windows color (decimal): -15174827 or 5600024. OLE color: 5600024.

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

Color convert

RGB 24 115 85 -
CMYK 0.79 0 0.26 0.55
HSL 160.22º 0.65% 0.27% -
HSV(B) 160.22º 0.79% 0.45% -
XYZ 8.15 13.11 10.7 -
YUV 84.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 24 115 85 0.79 0 0.26 0.55 160.22 0.65 0.27
Hex 18 73 55 4F 0 1A 37 A0 41 1B
Octal 30 163 125 117 0 32 67 240 101 33
Binary 11000 1110011 1010101 1001111 0 11010 110111 10100000 1000001 11011

Color Harmonies of #187355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187355

Black with #187355

Text Example


Text Example

White with #187355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187355; }

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

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

background-color css

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

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

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

border-color css

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

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

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