#134A06

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

Shades of Myrtle #134A06

Tints of Myrtle #134A06

Color information

#134A06 (or 0x134A06) is unknown color: approx Myrtle. HEX triplet: 13, 4A and 06. RGB value is (19,74,6). Sum of RGB (Red+Green+Blue) = 19+74+6=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 74 (29.30% from 255 or 74.75% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 74 - color contains mainly: green. Hex color #134A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A06 is #ECB5F9. Grayscale: #323232. Windows color (decimal): -15513082 or 412179. OLE color: 412179.

HSL color Cylindrical-coordinate representation of color #134A06: hue angle of 108.53º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134A06 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB19746-
CMYK0.7400.920.71
HSL108.53º85%15.69%-
HSV(B)108.53º91.89%29.02%-
XYZ2.755.051-
YUV49.8103.28106.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 74 (29.30% from 255) = 74.75%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=19.19%
G=74.75%
B=6.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197460.7400.920.71108.538515.69
Hex134A64A05C476d5510
Octal231126112013410715512520
Binary10011100101011010010100101110010001111101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134A06; }

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

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

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

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

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

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

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

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