#18550E

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

Shades of Myrtle #18550E

Tints of Myrtle #18550E

Color information

#18550E (or 0x18550E) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 0E. RGB value is (24,85,14). Sum of RGB (Red+Green+Blue) = 24+85+14=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #18550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18550E is #E7AAF1. Grayscale: #3A3A3A. Windows color (decimal): -15182578 or 939288. OLE color: 939288.

HSL color Cylindrical-coordinate representation of color #18550E: hue angle of 111.55º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18550E is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB248514-
CMYK0.7200.840.67
HSL111.55º71.72%19.41%-
HSV(B)111.55º83.53%33.33%-
XYZ3.76.721.52-
YUV58.67102.79103.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=19.51%
G=69.11%
B=11.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485140.7200.840.67111.5571.7219.41
Hex1855E4805443704813
Octal3012516110012410316011023
Binary110001010101111010010000101010010000111110000100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,85,14); }

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

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

 a { background-color: rgb(24,85,14); }

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

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

 span { border-color: rgb(24,85,14); }

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