#15500A

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

Shades of Myrtle #15500A

Tints of Myrtle #15500A

Color information

#15500A (or 0x15500A) is unknown color: approx Myrtle. HEX triplet: 15, 50 and 0A. RGB value is (21,80,10). Sum of RGB (Red+Green+Blue) = 21+80+10=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #15500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15500A is #EAAFF5. Grayscale: #363636. Windows color (decimal): -15380470 or 675861. OLE color: 675861.

HSL color Cylindrical-coordinate representation of color #15500A: hue angle of 110.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15500A is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB218010-
CMYK0.7400.870.69
HSL110.57º77.78%17.65%-
HSV(B)110.57º87.5%31.37%-
XYZ3.235.921.26-
YUV54.38102.95104.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 80 (31.64% from 255) = 72.07%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=18.92%
G=72.07%
B=9.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180100.7400.870.69110.5777.7817.65
Hex1550A4A057456f4e12
Octal2512012112012710515711622
Binary101011010000101010010100101011110001011101111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15500A; }

 p { color: rgb(21,80,10); }

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

<style>
 a { background-color: #15500A; }

 a { background-color: rgb(21,80,10); }

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

<style>
 span { border-color: #15500A; }

 span { border-color: rgb(21,80,10); }

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