#134D05

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

Shades of Myrtle #134D05

Tints of Myrtle #134D05

Color information

#134D05 (or 0x134D05) is unknown color: approx Myrtle. HEX triplet: 13, 4D and 05. RGB value is (19,77,5). Sum of RGB (Red+Green+Blue) = 19+77+5=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #134D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D05 is #ECB2FA. Grayscale: #333333. Windows color (decimal): -15512315 or 347411. OLE color: 347411.

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

Color convert

RGB19775-
CMYK0.7500.940.70
HSL108.33º87.8%16.08%-
HSV(B)108.33º93.51%30.2%-
XYZ2.955.461.04-
YUV51.45101.78104.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 77 (30.47% from 255) = 76.24%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=18.81%
G=76.24%
B=4.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal197750.7500.940.70108.3387.816.08
Hex134D54B05E466c5810
Octal231155113013610615413020
Binary10011100110110110010110101111010001101101100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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