#13300C

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

Shades of Myrtle #13300C

Tints of Myrtle #13300C

Color information

#13300C (or 0x13300C) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 0C. RGB value is (19,48,12). Sum of RGB (Red+Green+Blue) = 19+48+12=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #13300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13300C is #ECCFF3. Grayscale: #232323. Windows color (decimal): -15519732 or 798739. OLE color: 798739.

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

Color convert

RGB194812-
CMYK0.6000.750.81
HSL108.33º60%11.76%-
HSV(B)108.33º75%18.82%-
XYZ1.392.280.71-
YUV35.22114.89116.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=24.05%
G=60.76%
B=15.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948120.6000.750.81108.336011.76
Hex1330C3C04B516c3cc
Octal2360147401131211547414
Binary10011110000110011110001001011101000111011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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