#134012

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

Shades of Myrtle #134012

Tints of Myrtle #134012

Color information

#134012 (or 0x134012) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 12. RGB value is (19,64,18). Sum of RGB (Red+Green+Blue) = 19+64+18=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #134012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134012 is #ECBFED. Grayscale: #2D2D2D. Windows color (decimal): -15515630 or 1196051. OLE color: 1196051.

HSL color Cylindrical-coordinate representation of color #134012: hue angle of 118.7º degrees, saturation: 0.56, 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 #134012 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB196418-
CMYK0.7000.720.75
HSL118.7º56.1%16.08%-
HSV(B)118.7º71.88%25.1%-
XYZ2.213.851.2-
YUV45.3112.59109.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 64 (25.39% from 255) = 63.37%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=18.81%
G=63.37%
B=17.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964180.7000.720.75118.756.116.08
Hex134012460484B773810
Octal231002210601101131677020
Binary100111000000100101000110010010001001011111011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134012; }

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

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

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

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

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

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

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

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