#134703

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

Shades of Myrtle #134703

Tints of Myrtle #134703

Color information

#134703 (or 0x134703) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 03. RGB value is (19,71,3). Sum of RGB (Red+Green+Blue) = 19+71+3=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #134703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134703 is #ECB8FC. Grayscale: #2F2F2F. Windows color (decimal): -15513853 or 214803. OLE color: 214803.

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

Color convert

RGB19713-
CMYK0.7300.960.72
HSL105.88º91.89%14.51%-
HSV(B)105.88º95.77%27.84%-
XYZ2.544.650.85-
YUV47.7102.77107.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=20.43%
G=76.34%
B=3.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197130.7300.960.72105.8891.8914.51
Hex1347349060486a5cf
Octal231073111014011015213417
Binary100111000111111001001011000001001000110101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134703; }

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

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

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

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

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

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

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

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