#15420A

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

Shades of Myrtle #15420A

Tints of Myrtle #15420A

Color information

#15420A (or 0x15420A) is unknown color: approx Myrtle. HEX triplet: 15, 42 and 0A. RGB value is (21,66,10). Sum of RGB (Red+Green+Blue) = 21+66+10=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #15420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15420A is #EABDF5. Grayscale: #2E2E2E. Windows color (decimal): -15384054 or 672277. OLE color: 672277.

HSL color Cylindrical-coordinate representation of color #15420A: hue angle of 108.21º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15420A is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB216610-
CMYK0.6800.850.74
HSL108.21º73.68%14.9%-
HSV(B)108.21º84.85%25.88%-
XYZ2.314.080.95-
YUV46.16107.59110.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 66 (26.17% from 255) = 68.04%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=21.65%
G=68.04%
B=10.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166100.6800.850.74108.2173.6814.9
Hex1542A440554A6c4af
Octal2510212104012511215411217
Binary10101100001010101000100010101011001010110110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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