#13280A

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

Shades of Myrtle #13280A

Tints of Myrtle #13280A

Color information

#13280A (or 0x13280A) is unknown color: approx Myrtle. HEX triplet: 13, 28 and 0A. RGB value is (19,40,10). Sum of RGB (Red+Green+Blue) = 19+40+10=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #13280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13280A is #ECD7F5. Grayscale: #1E1E1E. Windows color (decimal): -15521782 or 665619. OLE color: 665619.

HSL color Cylindrical-coordinate representation of color #13280A: hue angle of 102º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13280A is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB194010-
CMYK0.5200.750.84
HSL102º60%9.8%-
HSV(B)102º75%15.69%-
XYZ1.081.680.55-
YUV30.3116.54119.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 40 (16.02% from 255) = 57.97%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=27.54%
G=57.97%
B=14.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940100.5200.750.84102609.8
Hex1328A3404B54663ca
Octal2350126401131241467412
Binary10011101000101011010001001011101010011001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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