#18874E

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

Shades of Salem #18874E

Tints of Salem #18874E

Color information

#18874E (or 0x18874E) is unknown color: approx Salem. HEX triplet: 18, 87 and 4E. RGB value is (24,135,78). Sum of RGB (Red+Green+Blue) = 24+135+78=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #18874E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18874E is #E778B1. Grayscale: #5F5F5F. Windows color (decimal): -15169714 or 5146392. OLE color: 5146392.

HSL color Cylindrical-coordinate representation of color #18874E: hue angle of 149.19º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18874E is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB2413578-
CMYK0.8200.420.47
HSL149.19º69.81%31.18%-
HSV(B)149.19º82.22%52.94%-
XYZ10.4218.0710.15-
YUV95.31118.2377.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=10.13%
G=56.96%
B=32.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24135780.8200.420.47149.1969.8131.18
Hex18874E5202A2F95461f
Octal302071161220525722510637
Binary110001000011110011101010010010101010111110010101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18874E; }

 p { color: rgb(24,135,78); }

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

<style>
 a { background-color: #18874E; }

 a { background-color: rgb(24,135,78); }

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

<style>
 span { border-color: #18874E; }

 span { border-color: rgb(24,135,78); }

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