#134409

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

Shades of Myrtle #134409

Tints of Myrtle #134409

Color information

#134409 (or 0x134409) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 09. RGB value is (19,68,9). Sum of RGB (Red+Green+Blue) = 19+68+9=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #134409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134409 is #ECBBF6. Grayscale: #2E2E2E. Windows color (decimal): -15514615 or 607251. OLE color: 607251.

HSL color Cylindrical-coordinate representation of color #134409: hue angle of 109.83º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134409 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB19689-
CMYK0.7200.870.73
HSL109.83º76.62%15.1%-
HSV(B)109.83º86.76%26.67%-
XYZ2.384.290.96-
YUV46.62106.77108.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 68 (26.95% from 255) = 70.83%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=19.79%
G=70.83%
B=9.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal196890.7200.870.73109.8376.6215.1
Hex1344948057496e4df
Octal2310411110012711115611517
Binary10011100010010011001000010101111001001110111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134409; }

 p { color: rgb(19,68,9); }

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

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

 a { background-color: rgb(19,68,9); }

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

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

 span { border-color: rgb(19,68,9); }

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