#134716

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

Shades of Myrtle #134716

Tints of Myrtle #134716

Color information

#134716 (or 0x134716) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 16. RGB value is (19,71,22). Sum of RGB (Red+Green+Blue) = 19+71+22=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #134716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134716 is #ECB8E9. Grayscale: #323232. Windows color (decimal): -15513834 or 1459987. OLE color: 1459987.

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

Color convert

RGB197122-
CMYK0.7300.690.72
HSL123.46º57.78%17.65%-
HSV(B)123.46º73.24%27.84%-
XYZ2.674.71.53-
YUV49.87112.27105.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 71 (28.12% from 255) = 63.39%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=16.96%
G=63.39%
B=19.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971220.7300.690.72123.4657.7817.65
Hex13471649045487b3a12
Octal231072611101051101737222
Binary100111000111101101001001010001011001000111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134716; }

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

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

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

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

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

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

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

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