#134904

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

Shades of Myrtle #134904

Tints of Myrtle #134904

Color information

#134904 (or 0x134904) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 04. RGB value is (19,73,4). Sum of RGB (Red+Green+Blue) = 19+73+4=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 73 (28.91% from 255 or 76.04% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 73 - color contains mainly: green. Hex color #134904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134904 is #ECB6FB. Grayscale: #313131. Windows color (decimal): -15513340 or 280851. OLE color: 280851.

HSL color Cylindrical-coordinate representation of color #134904: hue angle of 106.96º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #134904 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB19734-
CMYK0.7400.950.71
HSL106.96º89.61%15.1%-
HSV(B)106.96º94.52%28.63%-
XYZ2.674.910.92-
YUV48.99102.61106.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 73 (28.91% from 255) = 76.04%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=19.79%
G=76.04%
B=4.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197340.7400.950.71106.9689.6115.1
Hex134944A05F476b5af
Octal231114112013710715313217
Binary1001110010011001001010010111111000111110101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134904; }

 p { color: rgb(19,73,4); }

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

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

 a { background-color: rgb(19,73,4); }

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

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

 span { border-color: rgb(19,73,4); }

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