Html Css Color HEX #187850 Salem

📋 copy color: '#187850'

red 24 ◦ green 120 ◦ blue 80

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

Shades of Salem #187850

Tints of Salem #187850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.57%

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

R = 10.71%
G = 53.57%
B = 35.71%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#187850 (or 0x187850) is known color: Salem. HEX triplet: 18, 78 and 50. RGB value is (24,120,80). Sum of RGB (Red+Green+Blue) = 24+120+80=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #187850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187850 is #E787AF. Grayscale: #565656. Windows color (decimal): -15173552 or 5273624. OLE color: 5273624.

HSL color Cylindrical-coordinate representation of color #187850: hue angle of 155º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187850 is Cyan = 0.8, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 120 80 -
CMYK 0.8 0 0.33 0.53
HSL 155º 0.67% 0.28% -
HSV(B) 155º 0.8% 0.47% -
XYZ 8.54 14.21 9.88 -
YUV 86.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 24 120 80 0.8 0 0.33 0.53 155 0.67 0.28
Hex 18 78 50 50 0 21 35 9B 43 1C
Octal 30 170 120 120 0 41 65 233 103 34
Binary 11000 1111000 1010000 1010000 0 100001 110101 10011011 1000011 11100

Color Harmonies of #187850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187850

Black with #187850

Text Example


Text Example

White with #187850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187850; }

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

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

background-color css

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

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

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

border-color css

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

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

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