#134902

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

Shades of Myrtle #134902

Tints of Myrtle #134902

Color information

#134902 (or 0x134902) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 02. RGB value is (19,73,2). Sum of RGB (Red+Green+Blue) = 19+73+2=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #134902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134902 is #ECB6FD. Grayscale: #303030. Windows color (decimal): -15513342 or 149779. OLE color: 149779.

HSL color Cylindrical-coordinate representation of color #134902: hue angle of 105.63º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #134902 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB19732-
CMYK0.7400.970.71
HSL105.63º94.67%14.71%-
HSV(B)105.63º97.26%28.63%-
XYZ2.664.910.86-
YUV48.76101.61106.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 73 (28.91% from 255) = 77.66%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=20.21%
G=77.66%
B=2.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197320.7400.970.71105.6394.6714.71
Hex134924A061476a5ff
Octal231112112014110715213717
Binary100111001001101001010011000011000111110101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134902; }

 p { color: rgb(19,73,2); }

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

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

 a { background-color: rgb(19,73,2); }

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

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

 span { border-color: rgb(19,73,2); }

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