#18784C

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

Shades of Salem #18784C

Tints of Salem #18784C

Color information

#18784C (or 0x18784C) is unknown color: approx Salem. HEX triplet: 18, 78 and 4C. RGB value is (24,120,76). Sum of RGB (Red+Green+Blue) = 24+120+76=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #18784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18784C is #E787B3. Grayscale: #565656. Windows color (decimal): -15173556 or 5011480. OLE color: 5011480.

HSL color Cylindrical-coordinate representation of color #18784C: hue angle of 152.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18784C is Cyan = 0.8, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB2412076-
CMYK0.800.370.53
HSL152.5º66.67%28.24%-
HSV(B)152.5º80%47.06%-
XYZ8.414.159.13-
YUV86.28122.283.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=10.91%
G=54.55%
B=34.55%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24120760.800.370.53152.566.6728.24
Hex18784C500253598431c
Octal301701141200456523010334
Binary11000111100010011001010000010010111010110011000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18784C; }

 p { color: rgb(24,120,76); }

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

<style>
 a { background-color: #18784C; }

 a { background-color: rgb(24,120,76); }

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

<style>
 span { border-color: #18784C; }

 span { border-color: rgb(24,120,76); }

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