#13480F

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

Shades of Myrtle #13480F

Tints of Myrtle #13480F

Color information

#13480F (or 0x13480F) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 0F. RGB value is (19,72,15). Sum of RGB (Red+Green+Blue) = 19+72+15=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #13480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13480F is #ECB7F0. Grayscale: #313131. Windows color (decimal): -15513585 or 1001491. OLE color: 1001491.

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

Color convert

RGB197215-
CMYK0.7400.790.72
HSL115.79º65.52%17.06%-
HSV(B)115.79º79.17%28.24%-
XYZ2.674.811.24-
YUV49.65108.44106.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 72 (28.52% from 255) = 67.92%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=17.92%
G=67.92%
B=14.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972150.7400.790.72115.7965.5217.06
Hex1348F4A04F48744211
Octal2311017112011711016410221
Binary100111001000111110010100100111110010001110100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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