#188C3A

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

Shades of Salem #188C3A

Tints of Salem #188C3A

Color information

#188C3A (or 0x188C3A) is unknown color: approx Salem. HEX triplet: 18, 8C and 3A. RGB value is (24,140,58). Sum of RGB (Red+Green+Blue) = 24+140+58=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 140 (55.08% from 255 or 63.06% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 140 - color contains mainly: green. Hex color #188C3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188C3A is #E773C5. Grayscale: #606060. Windows color (decimal): -15168454 or 3836952. OLE color: 3836952.

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

Color convert

RGB2414058-
CMYK0.8300.590.45
HSL137.59º70.73%32.16%-
HSV(B)137.59º82.86%54.9%-
XYZ10.5219.267.17-
YUV95.97106.5776.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 140 (55.08% from 255) = 63.06%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=10.81%
G=63.06%
B=26.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24140580.8300.590.45137.5970.7332.16
Hex188C3A5303B2D8a4720
Octal30214721230735521210740
Binary110001000110011101010100110111011101101100010101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,140,58); }

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

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

 a { background-color: rgb(24,140,58); }

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

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

 span { border-color: rgb(24,140,58); }

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