#134711

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

Shades of Myrtle #134711

Tints of Myrtle #134711

Color information

#134711 (or 0x134711) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 11. RGB value is (19,71,17). Sum of RGB (Red+Green+Blue) = 19+71+17=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #134711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134711 is #ECB8EE. Grayscale: #313131. Windows color (decimal): -15513839 or 1132307. OLE color: 1132307.

HSL color Cylindrical-coordinate representation of color #134711: hue angle of 117.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134711 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB197117-
CMYK0.7300.760.72
HSL117.78º61.36%17.25%-
HSV(B)117.78º76.06%27.84%-
XYZ2.624.691.3-
YUV49.3109.77106.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=17.76%
G=66.36%
B=15.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971170.7300.760.72117.7861.3617.25
Hex1347114904C48763d11
Octal231072111101141101667521
Binary100111000111100011001001010011001001000111011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134711; }

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

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

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

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

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

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

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

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