#134112

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

Shades of Myrtle #134112

Tints of Myrtle #134112

Color information

#134112 (or 0x134112) is unknown color: approx Myrtle. HEX triplet: 13, 41 and 12. RGB value is (19,65,18). Sum of RGB (Red+Green+Blue) = 19+65+18=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #134112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134112 is #ECBEED. Grayscale: #2E2E2E. Windows color (decimal): -15515374 or 1196307. OLE color: 1196307.

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

Color convert

RGB196518-
CMYK0.7100.720.75
HSL118.72º56.63%16.27%-
HSV(B)118.72º72.31%25.49%-
XYZ2.273.961.22-
YUV45.89112.26108.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 65 (25.78% from 255) = 63.73%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=18.63%
G=63.73%
B=17.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965180.7100.720.75118.7256.6316.27
Hex134112470484B773910
Octal231012210701101131677120
Binary100111000001100101000111010010001001011111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134112; }

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

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

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

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

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

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

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

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