Html Css Color HEX #188550 Salem

📋 copy color: '#188550'

red 24 ◦ green 133 ◦ blue 80

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

Shades of Salem #188550

Tints of Salem #188550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.12%

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

R = 10.13%
G = 56.12%
B = 33.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#188550 (or 0x188550) is known color: Salem. HEX triplet: 18, 85 and 50. RGB value is (24,133,80). Sum of RGB (Red+Green+Blue) = 24+133+80=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #188550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188550 is #E77AAF. Grayscale: #5E5E5E. Windows color (decimal): -15170224 or 5276952. OLE color: 5276952.

HSL color Cylindrical-coordinate representation of color #188550: hue angle of 150.83º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188550 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 80 -
CMYK 0.82 0 0.40 0.48
HSL 150.83º 0.69% 0.31% -
HSV(B) 150.83º 0.82% 0.52% -
XYZ 10.21 17.55 10.44 -
YUV 94.37 119.89 77.81 -
System Red Green Blue C M Y K H S L
Decimal 24 133 80 0.82 0 0.40 0.48 150.83 0.69 0.31
Hex 18 85 50 52 0 28 30 97 45 1F
Octal 30 205 120 122 0 50 60 227 105 37
Binary 11000 10000101 1010000 1010010 0 101000 110000 10010111 1000101 11111

Color Harmonies of #188550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188550

Black with #188550

Text Example


Text Example

White with #188550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188550; }

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

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

background-color css

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

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

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

border-color css

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

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

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