#188A3B

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

Shades of Salem #188A3B

Tints of Salem #188A3B

Color information

#188A3B (or 0x188A3B) is unknown color: approx Salem. HEX triplet: 18, 8A and 3B. RGB value is (24,138,59). Sum of RGB (Red+Green+Blue) = 24+138+59=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #188A3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188A3B is #E775C4. Grayscale: #5F5F5F. Windows color (decimal): -15168965 or 3901976. OLE color: 3901976.

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

Color convert

RGB2413859-
CMYK0.8300.570.46
HSL138.42º70.37%31.76%-
HSV(B)138.42º82.61%54.12%-
XYZ10.2518.697.2-
YUV94.91107.7377.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 138 (54.30% from 255) = 62.44%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=10.86%
G=62.44%
B=26.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24138590.8300.570.46138.4270.3731.76
Hex188A3B530392E8a4620
Octal30212731230715621210640
Binary110001000101011101110100110111001101110100010101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,138,59); }

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

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

 a { background-color: rgb(24,138,59); }

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

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

 span { border-color: rgb(24,138,59); }

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