#18895A

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

Shades of Salem #18895A

Tints of Salem #18895A

Color information

#18895A (or 0x18895A) is unknown color: approx Salem. HEX triplet: 18, 89 and 5A. RGB value is (24,137,90). Sum of RGB (Red+Green+Blue) = 24+137+90=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #18895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18895A is #E776A5. Grayscale: #616161. Windows color (decimal): -15169190 or 5933336. OLE color: 5933336.

HSL color Cylindrical-coordinate representation of color #18895A: hue angle of 155.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18895A is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB2413790-
CMYK0.8200.340.46
HSL155.04º70.19%31.57%-
HSV(B)155.04º82.48%53.73%-
XYZ11.1718.8212.72-
YUV97.86123.5675.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 137 (53.91% from 255) = 54.58%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=9.56%
G=54.58%
B=35.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24137900.8200.340.46155.0470.1931.57
Hex18895A520222E9b4620
Octal302111321220425623310640
Binary1100010001001101101010100100100010101110100110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18895A; }

 p { color: rgb(24,137,90); }

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

<style>
 a { background-color: #18895A; }

 a { background-color: rgb(24,137,90); }

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

<style>
 span { border-color: #18895A; }

 span { border-color: rgb(24,137,90); }

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