#134006

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

Shades of Myrtle #134006

Tints of Myrtle #134006

Color information

#134006 (or 0x134006) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 06. RGB value is (19,64,6). Sum of RGB (Red+Green+Blue) = 19+64+6=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #134006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134006 is #ECBFF9. Grayscale: #2C2C2C. Windows color (decimal): -15515642 or 409619. OLE color: 409619.

HSL color Cylindrical-coordinate representation of color #134006: hue angle of 106.55º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134006 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB19646-
CMYK0.7000.910.75
HSL106.55º82.86%13.73%-
HSV(B)106.55º90.62%25.1%-
XYZ2.133.820.8-
YUV43.93106.59110.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 6 (2.73% from 255) = 6.74%
R=21.35%
G=71.91%
B=6.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal196460.7000.910.75106.5582.8613.73
Hex134064605B4B6b53e
Octal231006106013311315312316
Binary1001110000001101000110010110111001011110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134006; }

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

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

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

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

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

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

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

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