#134412

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

Shades of Myrtle #134412

Tints of Myrtle #134412

Color information

#134412 (or 0x134412) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 12. RGB value is (19,68,18). Sum of RGB (Red+Green+Blue) = 19+68+18=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #134412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134412 is #ECBBED. Grayscale: #2F2F2F. Windows color (decimal): -15514606 or 1197075. OLE color: 1197075.

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

Color convert

RGB196818-
CMYK0.7200.740.73
HSL118.8º58.14%16.86%-
HSV(B)118.8º73.53%26.67%-
XYZ2.444.321.28-
YUV47.65111.27107.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 68 (26.95% from 255) = 64.76%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=18.10%
G=64.76%
B=17.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968180.7200.740.73118.858.1416.86
Hex1344124804A49773a11
Octal231042211001121111677221
Binary100111000100100101001000010010101001001111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134412; }

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

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

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

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

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

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

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

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