#134114

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

Shades of Myrtle #134114

Tints of Myrtle #134114

Color information

#134114 (or 0x134114) is unknown color: approx Myrtle. HEX triplet: 13, 41 and 14. RGB value is (19,65,20). Sum of RGB (Red+Green+Blue) = 19+65+20=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #134114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134114 is #ECBEEB. Grayscale: #2E2E2E. Windows color (decimal): -15515372 or 1327379. OLE color: 1327379.

HSL color Cylindrical-coordinate representation of color #134114: hue angle of 121.3º 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 #134114 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB196520-
CMYK0.7100.690.75
HSL121.3º54.76%16.47%-
HSV(B)121.3º70.77%25.49%-
XYZ2.293.971.31-
YUV46.12113.26108.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=18.27%
G=62.5%
B=19.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965200.7100.690.75121.354.7616.47
Hex134114470454B793710
Octal231012410701051131716720
Binary100111000001101001000111010001011001011111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134114; }

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

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

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

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

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

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

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

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