#13530A

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

Shades of Myrtle #13530A

Tints of Myrtle #13530A

Color information

#13530A (or 0x13530A) is unknown color: approx Myrtle. HEX triplet: 13, 53 and 0A. RGB value is (19,83,10). Sum of RGB (Red+Green+Blue) = 19+83+10=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #13530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13530A is #ECACF5. Grayscale: #373737. Windows color (decimal): -15510774 or 676627. OLE color: 676627.

HSL color Cylindrical-coordinate representation of color #13530A: hue angle of 112.6º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13530A is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB198310-
CMYK0.7700.880.67
HSL112.6º78.49%18.24%-
HSV(B)112.6º87.95%32.55%-
XYZ3.426.351.33-
YUV55.54102.3101.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 83 (32.81% from 255) = 74.11%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=16.96%
G=74.11%
B=8.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983100.7700.880.67112.678.4918.24
Hex1353A4D05843714e12
Octal2312312115013010316111622
Binary100111010011101010011010101100010000111110001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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