#15550E

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

Shades of Myrtle #15550E

Tints of Myrtle #15550E

Color information

#15550E (or 0x15550E) is unknown color: approx Myrtle. HEX triplet: 15, 55 and 0E. RGB value is (21,85,14). Sum of RGB (Red+Green+Blue) = 21+85+14=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #15550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15550E is #EAAAF1. Grayscale: #393939. Windows color (decimal): -15379186 or 939285. OLE color: 939285.

HSL color Cylindrical-coordinate representation of color #15550E: hue angle of 114.08º 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 #15550E is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB218514-
CMYK0.7500.840.67
HSL114.08º71.72%19.41%-
HSV(B)114.08º83.53%33.33%-
XYZ3.646.691.51-
YUV57.77103.3101.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=17.5%
G=70.83%
B=11.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185140.7500.840.67114.0871.7219.41
Hex1555E4B05443724813
Octal2512516113012410316211023
Binary101011010101111010010110101010010000111110010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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