#134806

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

Shades of Myrtle #134806

Tints of Myrtle #134806

Color information

#134806 (or 0x134806) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 06. RGB value is (19,72,6). Sum of RGB (Red+Green+Blue) = 19+72+6=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #134806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134806 is #ECB7F9. Grayscale: #303030. Windows color (decimal): -15513594 or 411667. OLE color: 411667.

HSL color Cylindrical-coordinate representation of color #134806: hue angle of 108.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134806 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB19726-
CMYK0.7400.920.72
HSL108.18º84.62%15.29%-
HSV(B)108.18º91.67%28.24%-
XYZ2.624.790.96-
YUV48.63103.94106.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 72 (28.52% from 255) = 74.23%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=19.59%
G=74.23%
B=6.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197260.7400.920.72108.1884.6215.29
Hex134864A05C486c55f
Octal231106112013411015412517
Binary1001110010001101001010010111001001000110110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134806; }

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

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

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

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

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

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

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

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