#134D11

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

Shades of Myrtle #134D11

Tints of Myrtle #134D11

Color information

#134D11 (or 0x134D11) is unknown color: approx Myrtle. HEX triplet: 13, 4D and 11. RGB value is (19,77,17). Sum of RGB (Red+Green+Blue) = 19+77+17=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #134D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D11 is #ECB2EE. Grayscale: #353535. Windows color (decimal): -15512303 or 1133843. OLE color: 1133843.

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

Color convert

RGB197717-
CMYK0.7500.780.70
HSL118º63.83%18.43%-
HSV(B)118º77.92%30.2%-
XYZ3.025.491.43-
YUV52.82107.78103.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 77 (30.47% from 255) = 68.14%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=16.81%
G=68.14%
B=15.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1977170.7500.780.7011863.8318.43
Hex134D114B04E46764012
Octal2311521113011610616610022
Binary1001110011011000110010110100111010001101110110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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