#188D41

Color #188D41 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #188D41

Tints of Salem #188D41

Color information

#188D41 (or 0x188D41) is unknown color: approx Salem. HEX triplet: 18, 8D and 41. RGB value is (24,141,65). Sum of RGB (Red+Green+Blue) = 24+141+65=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #188D41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188D41 is #E772BE. Grayscale: #616161. Windows color (decimal): -15168191 or 4295960. OLE color: 4295960.

HSL color Cylindrical-coordinate representation of color #188D41: hue angle of 141.03º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D41 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB2414165-
CMYK0.8300.540.45
HSL141.03º70.91%32.35%-
HSV(B)141.03º82.98%55.29%-
XYZ10.8619.638.22-
YUV97.35109.7475.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 141 (55.47% from 255) = 61.30%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=10.43%
G=61.30%
B=28.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24141650.8300.540.45141.0370.9132.35
Hex188D41530362D8d4720
Octal302151011230665521510740
Binary1100010001101100000110100110110110101101100011011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188D41; }

 p { color: rgb(24,141,65); }

 H1.HeaderClassName
 {
   color: #188D41;
 }
 .AnyTagClassName
 {
   color: #188D41;
 }
</style>
background-color css

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

 a { background-color: rgb(24,141,65); }

 div.DivClassName
 {
   background-color: #188D41;
 }
 .BgClassName
 {
   background-color: #188D41;
 }
</style>
border-color css

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

 span { border-color: rgb(24,141,65); }

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