#18894D

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

Shades of Salem #18894D

Tints of Salem #18894D

Color information

#18894D (or 0x18894D) is unknown color: approx Salem. HEX triplet: 18, 89 and 4D. RGB value is (24,137,77). Sum of RGB (Red+Green+Blue) = 24+137+77=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #18894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18894D is #E776B2. Grayscale: #606060. Windows color (decimal): -15169203 or 5081368. OLE color: 5081368.

HSL color Cylindrical-coordinate representation of color #18894D: hue angle of 148.14º 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 #18894D is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB2413777-
CMYK0.8200.440.46
HSL148.14º70.19%31.57%-
HSV(B)148.14º82.48%53.73%-
XYZ10.6618.6210.05-
YUV96.37117.0676.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.08%
GREEN value IS 137 (53.91% from 255) = 57.56%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=10.08%
G=57.56%
B=32.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24137770.8200.440.46148.1470.1931.57
Hex18894D5202C2E944620
Octal302111151220545622410640
Binary1100010001001100110110100100101100101110100101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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