#134709

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

Shades of Myrtle #134709

Tints of Myrtle #134709

Color information

#134709 (or 0x134709) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 09. RGB value is (19,71,9). Sum of RGB (Red+Green+Blue) = 19+71+9=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #134709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134709 is #ECB8F6. Grayscale: #303030. Windows color (decimal): -15513847 or 608019. OLE color: 608019.

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

Color convert

RGB19719-
CMYK0.7300.870.72
HSL110.32º77.5%15.69%-
HSV(B)110.32º87.32%27.84%-
XYZ2.574.661.02-
YUV48.38105.77107.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 71 (28.12% from 255) = 71.72%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=19.19%
G=71.72%
B=9.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197190.7300.870.72110.3277.515.69
Hex1347949057486e4e10
Octal2310711111012711015611620
Binary100111000111100110010010101011110010001101110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134709; }

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

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

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

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

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

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

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

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