#134C1A

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

Shades of Myrtle #134C1A

Tints of Myrtle #134C1A

Color information

#134C1A (or 0x134C1A) is unknown color: approx Myrtle. HEX triplet: 13, 4C and 1A. RGB value is (19,76,26). Sum of RGB (Red+Green+Blue) = 19+76+26=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #134C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C1A is #ECB3E5. Grayscale: #353535. Windows color (decimal): -15512550 or 1723411. OLE color: 1723411.

HSL color Cylindrical-coordinate representation of color #134C1A: hue angle of 127.37º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C1A is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB197626-
CMYK0.7500.660.70
HSL127.37º60%18.63%-
HSV(B)127.37º75%29.8%-
XYZ3.045.381.86-
YUV53.26112.62103.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 76 (30.08% from 255) = 62.81%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=15.70%
G=62.81%
B=21.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976260.7500.660.70127.376018.63
Hex134C1A4B042467f3c13
Octal231143211301021061777423
Binary100111001100110101001011010000101000110111111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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