#18746E

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

Shades of Elm #18746E

Tints of Elm #18746E

Color information

#18746E (or 0x18746E) is unknown color: approx Elm. HEX triplet: 18, 74 and 6E. RGB value is (24,116,110). Sum of RGB (Red+Green+Blue) = 24+116+110=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #18746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18746E is #E78B91. Grayscale: #575757. Windows color (decimal): -15174546 or 7238680. OLE color: 7238680.

HSL color Cylindrical-coordinate representation of color #18746E: hue angle of 176.09º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18746E is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB24116110-
CMYK0.7900.050.55
HSL176.09º65.71%27.45%-
HSV(B)176.09º79.31%45.49%-
XYZ9.4413.8116.92-
YUV87.81140.5282.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 110 (43.36% from 255) = 44%
R=9.6%
G=46.4%
B=44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241161100.7900.050.55176.0965.7127.45
Hex18746E4F0537b0421b
Octal30164156117056726010233
Binary11000111010011011101001111010111011110110000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,116,110); }

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

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

 a { background-color: rgb(24,116,110); }

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

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

 span { border-color: rgb(24,116,110); }

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