#134116

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

Shades of Myrtle #134116

Tints of Myrtle #134116

Color information

#134116 (or 0x134116) is unknown color: approx Myrtle. HEX triplet: 13, 41 and 16. RGB value is (19,65,22). Sum of RGB (Red+Green+Blue) = 19+65+22=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #134116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134116 is #ECBEE9. Grayscale: #2E2E2E. Windows color (decimal): -15515370 or 1458451. OLE color: 1458451.

HSL color Cylindrical-coordinate representation of color #134116: hue angle of 123.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134116 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB196522-
CMYK0.7100.660.75
HSL123.91º54.76%16.47%-
HSV(B)123.91º70.77%25.49%-
XYZ2.33.981.41-
YUV46.34114.26108.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 65 (25.78% from 255) = 61.32%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=17.92%
G=61.32%
B=20.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965220.7100.660.75123.9154.7616.47
Hex134116470424B7c3710
Octal231012610701021131746720
Binary100111000001101101000111010000101001011111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134116; }

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

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

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

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

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

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

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

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