#15330C

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

Shades of Myrtle #15330C

Tints of Myrtle #15330C

Color information

#15330C (or 0x15330C) is unknown color: approx Myrtle. HEX triplet: 15, 33 and 0C. RGB value is (21,51,12). Sum of RGB (Red+Green+Blue) = 21+51+12=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #15330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15330C is #EACCF3. Grayscale: #252525. Windows color (decimal): -15387892 or 799509. OLE color: 799509.

HSL color Cylindrical-coordinate representation of color #15330C: hue angle of 106.15º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15330C is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB215112-
CMYK0.5900.760.8
HSL106.15º61.9%12.35%-
HSV(B)106.15º76.47%20%-
XYZ1.562.550.76-
YUV37.58113.56116.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 60.71%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=25%
G=60.71%
B=14.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2151120.5900.760.8106.1561.912.35
Hex1533C3B04C506a3ec
Octal2563147301141201527614
Binary10101110011110011101101001100101000011010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15330C; }

 p { color: rgb(21,51,12); }

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

<style>
 a { background-color: #15330C; }

 a { background-color: rgb(21,51,12); }

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

<style>
 span { border-color: #15330C; }

 span { border-color: rgb(21,51,12); }

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