#188B45

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

Shades of Salem #188B45

Tints of Salem #188B45

Color information

#188B45 (or 0x188B45) is unknown color: approx Salem. HEX triplet: 18, 8B and 45. RGB value is (24,139,69). Sum of RGB (Red+Green+Blue) = 24+139+69=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #188B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188B45 is #E774BA. Grayscale: #606060. Windows color (decimal): -15168699 or 4557592. OLE color: 4557592.

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

Color convert

RGB2413969-
CMYK0.8300.500.45
HSL143.48º70.55%31.96%-
HSV(B)143.48º82.73%54.51%-
XYZ10.6819.098.75-
YUV96.64112.476.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 139 (54.69% from 255) = 59.91%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=10.34%
G=59.91%
B=29.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24139690.8300.500.45143.4870.5531.96
Hex188B45530322D8f4720
Octal302131051230625521710740
Binary1100010001011100010110100110110010101101100011111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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