#18893E

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

Shades of Salem #18893E

Tints of Salem #18893E

Color information

#18893E (or 0x18893E) is unknown color: approx Salem. HEX triplet: 18, 89 and 3E. RGB value is (24,137,62). Sum of RGB (Red+Green+Blue) = 24+137+62=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #18893E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18893E is #E776C1. Grayscale: #5E5E5E. Windows color (decimal): -15169218 or 4098328. OLE color: 4098328.

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

Color convert

RGB2413762-
CMYK0.8200.550.46
HSL140.18º70.19%31.57%-
HSV(B)140.18º82.48%53.73%-
XYZ10.1918.437.58-
YUV94.66109.5677.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 137 (53.91% from 255) = 61.43%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=10.76%
G=61.43%
B=27.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24137620.8200.550.46140.1870.1931.57
Hex18893E520372E8c4620
Octal30211761220675621410640
Binary110001000100111111010100100110111101110100011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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