#18714D

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

Shades of Salem #18714D

Tints of Salem #18714D

Color information

#18714D (or 0x18714D) is unknown color: approx Salem. HEX triplet: 18, 71 and 4D. RGB value is (24,113,77). Sum of RGB (Red+Green+Blue) = 24+113+77=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #18714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18714D is #E78EB2. Grayscale: #525252. Windows color (decimal): -15175347 or 5075224. OLE color: 5075224.

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

Color convert

RGB2411377-
CMYK0.7900.320.56
HSL155.73º64.96%26.86%-
HSV(B)155.73º78.76%44.31%-
XYZ7.6212.549.04-
YUV82.29125.0186.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=11.21%
G=52.80%
B=35.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113770.7900.320.56155.7364.9626.86
Hex18714D4F020389c411b
Octal301611151170407023410133
Binary11000111000110011011001111010000011100010011100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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