#134014

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

Shades of Myrtle #134014

Tints of Myrtle #134014

Color information

#134014 (or 0x134014) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 14. RGB value is (19,64,20). Sum of RGB (Red+Green+Blue) = 19+64+20=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #134014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134014 is #ECBFEB. Grayscale: #2D2D2D. Windows color (decimal): -15515628 or 1327123. OLE color: 1327123.

HSL color Cylindrical-coordinate representation of color #134014: hue angle of 121.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134014 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB196420-
CMYK0.7000.690.75
HSL121.33º54.22%16.27%-
HSV(B)121.33º70.31%25.1%-
XYZ2.233.861.29-
YUV45.53113.59109.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=18.45%
G=62.14%
B=19.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964200.7000.690.75121.3354.2216.27
Hex134014460454B793610
Octal231002410601051131716620
Binary100111000000101001000110010001011001011111100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134014; }

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

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

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

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

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

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

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

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