#13480A

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

Shades of Myrtle #13480A

Tints of Myrtle #13480A

Color information

#13480A (or 0x13480A) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 0A. RGB value is (19,72,10). Sum of RGB (Red+Green+Blue) = 19+72+10=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #13480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13480A is #ECB7F5. Grayscale: #313131. Windows color (decimal): -15513590 or 673811. OLE color: 673811.

HSL color Cylindrical-coordinate representation of color #13480A: hue angle of 111.29º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13480A is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB197210-
CMYK0.7400.860.72
HSL111.29º75.61%16.08%-
HSV(B)111.29º86.11%28.24%-
XYZ2.644.81.07-
YUV49.08105.94106.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 72 (28.52% from 255) = 71.29%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=18.81%
G=71.29%
B=9.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972100.7400.860.72111.2975.6116.08
Hex1348A4A056486f4c10
Octal2311012112012611015711420
Binary100111001000101010010100101011010010001101111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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