#134903

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

Shades of Myrtle #134903

Tints of Myrtle #134903

Color information

#134903 (or 0x134903) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 03. RGB value is (19,73,3). Sum of RGB (Red+Green+Blue) = 19+73+3=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #134903 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134903 is #ECB6FC. Grayscale: #313131. Windows color (decimal): -15513341 or 215315. OLE color: 215315.

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

Color convert

RGB19733-
CMYK0.7400.960.71
HSL106.29º92.11%14.9%-
HSV(B)106.29º95.89%28.63%-
XYZ2.674.910.89-
YUV48.87102.11106.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 76.84%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=20%
G=76.84%
B=3.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197330.7400.960.71106.2992.1114.9
Hex134934A060476a5cf
Octal231113112014010715213417
Binary100111001001111001010011000001000111110101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134903; }

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

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

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

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

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

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

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

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