#135D10

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

Shades of Myrtle #135D10

Tints of Myrtle #135D10

Color information

#135D10 (or 0x135D10) is unknown color: approx Myrtle. HEX triplet: 13, 5D and 10. RGB value is (19,93,16). Sum of RGB (Red+Green+Blue) = 19+93+16=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #135D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D10 is #ECA2EF. Grayscale: #3E3E3E. Windows color (decimal): -15508208 or 1072403. OLE color: 1072403.

HSL color Cylindrical-coordinate representation of color #135D10: hue angle of 117.66º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135D10 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB199316-
CMYK0.8000.830.64
HSL117.66º70.64%21.37%-
HSV(B)117.66º82.8%36.47%-
XYZ4.2881.81-
YUV62.1101.9897.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 93 (36.72% from 255) = 72.66%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=14.84%
G=72.66%
B=12.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1993160.8000.830.64117.6670.6421.37
Hex135D105005340764715
Octal2313520120012310016610725
Binary1001110111011000010100000101001110000001110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135D10; }

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

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

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

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

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

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

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

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