#13300A

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

Shades of Myrtle #13300A

Tints of Myrtle #13300A

Color information

#13300A (or 0x13300A) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 0A. RGB value is (19,48,10). Sum of RGB (Red+Green+Blue) = 19+48+10=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #13300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13300A is #ECCFF5. Grayscale: #232323. Windows color (decimal): -15519734 or 667667. OLE color: 667667.

HSL color Cylindrical-coordinate representation of color #13300A: hue angle of 105.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13300A is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB194810-
CMYK0.6000.790.81
HSL105.79º65.52%11.37%-
HSV(B)105.79º79.17%18.82%-
XYZ1.382.270.65-
YUV35113.89116.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=24.68%
G=62.34%
B=12.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948100.6000.790.81105.7965.5211.37
Hex1330A3C04F516a42b
Octal23601274011712115210213
Binary100111100001010111100010011111010001110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,48,10); }

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

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

 a { background-color: rgb(19,48,10); }

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

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

 span { border-color: rgb(19,48,10); }

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