#134D06

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

Shades of Myrtle #134D06

Tints of Myrtle #134D06

Color information

#134D06 (or 0x134D06) is unknown color: approx Myrtle. HEX triplet: 13, 4D and 06. RGB value is (19,77,6). Sum of RGB (Red+Green+Blue) = 19+77+6=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 77 (30.47% from 255 or 75.49% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 77 - color contains mainly: green. Hex color #134D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D06 is #ECB2F9. Grayscale: #333333. Windows color (decimal): -15512314 or 412947. OLE color: 412947.

HSL color Cylindrical-coordinate representation of color #134D06: hue angle of 109.01º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134D06 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB19776-
CMYK0.7500.920.70
HSL109.01º85.54%16.27%-
HSV(B)109.01º92.21%30.2%-
XYZ2.965.461.07-
YUV51.56102.28104.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 77 (30.47% from 255) = 75.49%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=18.63%
G=75.49%
B=5.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal197760.7500.920.70109.0185.5416.27
Hex134D64B05C466d5610
Octal231156113013410615512620
Binary10011100110111010010110101110010001101101101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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