#134A1A

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

Shades of Myrtle #134A1A

Tints of Myrtle #134A1A

Color information

#134A1A (or 0x134A1A) is unknown color: approx Myrtle. HEX triplet: 13, 4A and 1A. RGB value is (19,74,26). Sum of RGB (Red+Green+Blue) = 19+74+26=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #134A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A1A is #ECB5E5. Grayscale: #343434. Windows color (decimal): -15513062 or 1722899. OLE color: 1722899.

HSL color Cylindrical-coordinate representation of color #134A1A: hue angle of 127.64º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A1A is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB197426-
CMYK0.7400.650.71
HSL127.64º59.14%18.24%-
HSV(B)127.64º74.32%29.02%-
XYZ2.95.111.81-
YUV52.08113.28104.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 74 (29.30% from 255) = 62.18%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=15.97%
G=62.18%
B=21.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1974260.7400.650.71127.6459.1418.24
Hex134A1A4A04147803b12
Octal231123211201011072007322
Binary1001110010101101010010100100000110001111000000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134A1A; }

 p { color: rgb(19,74,26); }

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

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

 a { background-color: rgb(19,74,26); }

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

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

 span { border-color: rgb(19,74,26); }

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