#134708

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

Shades of Myrtle #134708

Tints of Myrtle #134708

Color information

#134708 (or 0x134708) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 08. RGB value is (19,71,8). Sum of RGB (Red+Green+Blue) = 19+71+8=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #134708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134708 is #ECB8F7. Grayscale: #303030. Windows color (decimal): -15513848 or 542483. OLE color: 542483.

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

Color convert

RGB19718-
CMYK0.7300.890.72
HSL109.52º79.75%15.49%-
HSV(B)109.52º88.73%27.84%-
XYZ2.574.660.99-
YUV48.27105.27107.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 71 (28.12% from 255) = 72.45%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=19.39%
G=72.45%
B=8.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197180.7300.890.72109.5279.7515.49
Hex1347849059486e50f
Octal2310710111013111015612017
Binary10011100011110001001001010110011001000110111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134708; }

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

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

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

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

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

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

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

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