#18724D

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

Shades of Salem #18724D

Tints of Salem #18724D

Color information

#18724D (or 0x18724D) is unknown color: approx Salem. HEX triplet: 18, 72 and 4D. RGB value is (24,114,77). Sum of RGB (Red+Green+Blue) = 24+114+77=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #18724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18724D is #E78DB2. Grayscale: #525252. Windows color (decimal): -15175091 or 5075480. OLE color: 5075480.

HSL color Cylindrical-coordinate representation of color #18724D: hue angle of 155.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18724D is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB2411477-
CMYK0.7900.320.55
HSL155.33º65.22%27.06%-
HSV(B)155.33º78.95%44.71%-
XYZ7.7312.769.08-
YUV82.87124.6886.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=11.16%
G=53.02%
B=35.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24114770.7900.320.55155.3365.2227.06
Hex18724D4F020379b411b
Octal301621151170406723310133
Binary11000111001010011011001111010000011011110011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18724D; }

 p { color: rgb(24,114,77); }

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

<style>
 a { background-color: #18724D; }

 a { background-color: rgb(24,114,77); }

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

<style>
 span { border-color: #18724D; }

 span { border-color: rgb(24,114,77); }

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