Html Css Color HEX #187950 Salem

📋 copy color: '#187950'

red 24 ◦ green 121 ◦ blue 80

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

Shades of Salem #187950

Tints of Salem #187950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.78%

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

R = 10.67%
G = 53.78%
B = 35.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#187950 (or 0x187950) is known color: Salem. HEX triplet: 18, 79 and 50. RGB value is (24,121,80). Sum of RGB (Red+Green+Blue) = 24+121+80=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #187950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187950 is #E786AF. Grayscale: #575757. Windows color (decimal): -15173296 or 5273880. OLE color: 5273880.

HSL color Cylindrical-coordinate representation of color #187950: hue angle of 154.64º 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 #187950 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 121 80 -
CMYK 0.80 0 0.34 0.53
HSL 154.64º 0.67% 0.28% -
HSV(B) 154.64º 0.8% 0.47% -
XYZ 8.66 14.45 9.92 -
YUV 87.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 24 121 80 0.80 0 0.34 0.53 154.64 0.67 0.28
Hex 18 79 50 50 0 22 35 9B 43 1C
Octal 30 171 120 120 0 42 65 233 103 34
Binary 11000 1111001 1010000 1010000 0 100010 110101 10011011 1000011 11100

Color Harmonies of #187950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187950

Black with #187950

Text Example


Text Example

White with #187950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187950; }

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

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

background-color css

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

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

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

border-color css

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

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

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