#134705

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

Shades of Myrtle #134705

Tints of Myrtle #134705

Color information

#134705 (or 0x134705) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 05. RGB value is (19,71,5). Sum of RGB (Red+Green+Blue) = 19+71+5=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #134705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134705 is #ECB8FA. Grayscale: #303030. Windows color (decimal): -15513851 or 345875. OLE color: 345875.

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

Color convert

RGB19715-
CMYK0.7300.930.72
HSL107.27º86.84%14.9%-
HSV(B)107.27º92.96%27.84%-
XYZ2.554.660.91-
YUV47.93103.77107.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 71 (28.12% from 255) = 74.74%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=20%
G=74.74%
B=5.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197150.7300.930.72107.2786.8414.9
Hex134754905D486b57f
Octal231075111013511015312717
Binary1001110001111011001001010111011001000110101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134705; }

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

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

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

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

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

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

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

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