#134609

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

Shades of Myrtle #134609

Tints of Myrtle #134609

Color information

#134609 (or 0x134609) is unknown color: approx Myrtle. HEX triplet: 13, 46 and 09. RGB value is (19,70,9). Sum of RGB (Red+Green+Blue) = 19+70+9=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #134609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134609 is #ECB9F6. Grayscale: #2F2F2F. Windows color (decimal): -15514103 or 607763. OLE color: 607763.

HSL color Cylindrical-coordinate representation of color #134609: hue angle of 110.16º 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 #134609 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB19709-
CMYK0.7300.870.73
HSL110.16º77.22%15.49%-
HSV(B)110.16º87.14%27.45%-
XYZ2.514.541-
YUV47.8106.1107.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 70 (27.73% from 255) = 71.43%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=19.39%
G=71.43%
B=9.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal197090.7300.870.73110.1677.2215.49
Hex1346949057496e4df
Octal2310611111012711115611517
Binary10011100011010011001001010101111001001110111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134609; }

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

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

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

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

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

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

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

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