#134706

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

Shades of Myrtle #134706

Tints of Myrtle #134706

Color information

#134706 (or 0x134706) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 06. RGB value is (19,71,6). Sum of RGB (Red+Green+Blue) = 19+71+6=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 71 (28.12% from 255 or 73.96% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 71 - color contains mainly: green. Hex color #134706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134706 is #ECB8F9. Grayscale: #303030. Windows color (decimal): -15513850 or 411411. OLE color: 411411.

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

Color convert

RGB19716-
CMYK0.7300.920.72
HSL108º84.42%15.1%-
HSV(B)108º91.55%27.84%-
XYZ2.554.660.94-
YUV48.04104.27107.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 71 (28.12% from 255) = 73.96%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=19.79%
G=73.96%
B=6.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197160.7300.920.7210884.4215.1
Hex134764905C486c54f
Octal231076111013411015412417
Binary1001110001111101001001010111001001000110110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134706; }

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

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

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

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

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

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

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

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