#15601A

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

Shades of Myrtle #15601A

Tints of Myrtle #15601A

Color information

#15601A (or 0x15601A) is unknown color: approx Myrtle. HEX triplet: 15, 60 and 1A. RGB value is (21,96,26). Sum of RGB (Red+Green+Blue) = 21+96+26=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #15601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15601A is #EA9FE5. Grayscale: #414141. Windows color (decimal): -15376358 or 1728533. OLE color: 1728533.

HSL color Cylindrical-coordinate representation of color #15601A: hue angle of 124º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15601A is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB219626-
CMYK0.7800.730.62
HSL124º64.1%22.94%-
HSV(B)124º78.12%37.65%-
XYZ4.688.62.39-
YUV65.6105.6596.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=14.69%
G=67.13%
B=18.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196260.7800.730.6212464.122.94
Hex15601A4E0493E7c4017
Octal251403211601117617410027
Binary101011100000110101001110010010011111101111100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,96,26); }

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

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

 a { background-color: rgb(21,96,26); }

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

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

 span { border-color: rgb(21,96,26); }

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