#15470A

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

Shades of Myrtle #15470A

Tints of Myrtle #15470A

Color information

#15470A (or 0x15470A) is unknown color: approx Myrtle. HEX triplet: 15, 47 and 0A. RGB value is (21,71,10). Sum of RGB (Red+Green+Blue) = 21+71+10=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #15470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15470A is #EAB8F5. Grayscale: #313131. Windows color (decimal): -15382774 or 673557. OLE color: 673557.

HSL color Cylindrical-coordinate representation of color #15470A: hue angle of 109.18º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15470A is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB217110-
CMYK0.7000.860.72
HSL109.18º75.31%15.88%-
HSV(B)109.18º85.92%27.84%-
XYZ2.624.691.05-
YUV49.1105.94107.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 71 (28.12% from 255) = 69.61%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=20.59%
G=69.61%
B=9.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171100.7000.860.72109.1875.3115.88
Hex1547A46056486d4b10
Octal2510712106012611015511320
Binary101011000111101010001100101011010010001101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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