#188B44

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

Shades of Salem #188B44

Tints of Salem #188B44

Color information

#188B44 (or 0x188B44) is unknown color: approx Salem. HEX triplet: 18, 8B and 44. RGB value is (24,139,68). Sum of RGB (Red+Green+Blue) = 24+139+68=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #188B44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188B44 is #E774BB. Grayscale: #606060. Windows color (decimal): -15168700 or 4492056. OLE color: 4492056.

HSL color Cylindrical-coordinate representation of color #188B44: hue angle of 142.96º 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 #188B44 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB2413968-
CMYK0.8300.510.45
HSL142.96º70.55%31.96%-
HSV(B)142.96º82.73%54.51%-
XYZ10.6519.088.59-
YUV96.52111.976.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 139 (54.69% from 255) = 60.17%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=10.39%
G=60.17%
B=29.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24139680.8300.510.45142.9670.5531.96
Hex188B44530332D8f4720
Octal302131041230635521710740
Binary1100010001011100010010100110110011101101100011111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,139,68); }

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

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

 a { background-color: rgb(24,139,68); }

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

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

 span { border-color: rgb(24,139,68); }

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