#134C11

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

Shades of Myrtle #134C11

Tints of Myrtle #134C11

Color information

#134C11 (or 0x134C11) is unknown color: approx Myrtle. HEX triplet: 13, 4C and 11. RGB value is (19,76,17). Sum of RGB (Red+Green+Blue) = 19+76+17=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 76 (30.08% from 255 or 67.86% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 76 - color contains mainly: green. Hex color #134C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C11 is #ECB3EE. Grayscale: #343434. Windows color (decimal): -15512559 or 1133587. OLE color: 1133587.

HSL color Cylindrical-coordinate representation of color #134C11: hue angle of 117.97º degrees, saturation: 0.63, 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 #134C11 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB197617-
CMYK0.7500.780.70
HSL117.97º63.44%18.24%-
HSV(B)117.97º77.63%29.8%-
XYZ2.955.351.41-
YUV52.23108.12104.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 76 (30.08% from 255) = 67.86%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=16.96%
G=67.86%
B=15.18%

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
Decimal1976170.7500.780.70117.9763.4418.24
Hex134C114B04E46763f12
Octal231142111301161061667722
Binary100111001100100011001011010011101000110111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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