#135710

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

Shades of Myrtle #135710

Tints of Myrtle #135710

Color information

#135710 (or 0x135710) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 10. RGB value is (19,87,16). Sum of RGB (Red+Green+Blue) = 19+87+16=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 87 (34.38% from 255 or 71.31% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 87 - color contains mainly: green. Hex color #135710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135710 is #ECA8EF. Grayscale: #3A3A3A. Windows color (decimal): -15509744 or 1070867. OLE color: 1070867.

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

Color convert

RGB198716-
CMYK0.7800.820.66
HSL117.46º68.93%20.2%-
HSV(B)117.46º81.61%34.12%-
XYZ3.776.991.64-
YUV58.57103.9799.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 87 (34.38% from 255) = 71.31%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=15.57%
G=71.31%
B=13.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987160.7800.820.66117.4668.9320.2
Hex1357104E05242754514
Octal2312720116012210216510524
Binary1001110101111000010011100101001010000101110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135710; }

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

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

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

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

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

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

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

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