#135707

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

Shades of Myrtle #135707

Tints of Myrtle #135707

Color information

#135707 (or 0x135707) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 07. RGB value is (19,87,7). Sum of RGB (Red+Green+Blue) = 19+87+7=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 87 (34.38% from 255 or 76.99% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 87 - color contains mainly: green. Hex color #135707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135707 is #ECA8F8. Grayscale: #393939. Windows color (decimal): -15509753 or 481043. OLE color: 481043.

HSL color Cylindrical-coordinate representation of color #135707: hue angle of 111º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135707 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB19877-
CMYK0.7800.920.66
HSL111º85.11%18.43%-
HSV(B)111º91.95%34.12%-
XYZ3.726.971.35-
YUV57.5599.47100.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 87 (34.38% from 255) = 76.99%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=16.81%
G=76.99%
B=6.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal198770.7800.920.6611185.1118.43
Hex135774E05C426f5512
Octal231277116013410215712522
Binary10011101011111110011100101110010000101101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135707; }

 p { color: rgb(19,87,7); }

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

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

 a { background-color: rgb(19,87,7); }

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

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

 span { border-color: rgb(19,87,7); }

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