#13330D

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

Shades of Myrtle #13330D

Tints of Myrtle #13330D

Color information

#13330D (or 0x13330D) is unknown color: approx Myrtle. HEX triplet: 13, 33 and 0D. RGB value is (19,51,13). Sum of RGB (Red+Green+Blue) = 19+51+13=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #13330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13330D is #ECCCF2. Grayscale: #252525. Windows color (decimal): -15518963 or 865043. OLE color: 865043.

HSL color Cylindrical-coordinate representation of color #13330D: hue angle of 110.53º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13330D is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB195113-
CMYK0.6300.750.8
HSL110.53º59.38%12.55%-
HSV(B)110.53º74.51%20%-
XYZ1.532.540.79-
YUV37.1114.4115.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 51 (20.31% from 255) = 61.45%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=22.89%
G=61.45%
B=15.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951130.6300.750.8110.5359.3812.55
Hex1333D3F04B506f3bd
Octal2363157701131201577315
Binary10011110011110111111101001011101000011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13330D; }

 p { color: rgb(19,51,13); }

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

<style>
 a { background-color: #13330D; }

 a { background-color: rgb(19,51,13); }

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

<style>
 span { border-color: #13330D; }

 span { border-color: rgb(19,51,13); }

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