#135F15

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

Shades of Myrtle #135F15

Tints of Myrtle #135F15

Color information

#135F15 (or 0x135F15) is unknown color: approx Myrtle. HEX triplet: 13, 5F and 15. RGB value is (19,95,21). Sum of RGB (Red+Green+Blue) = 19+95+21=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #135F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135F15 is #ECA0EA. Grayscale: #404040. Windows color (decimal): -15507691 or 1400595. OLE color: 1400595.

HSL color Cylindrical-coordinate representation of color #135F15: hue angle of 121.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F15 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB199521-
CMYK0.8000.780.63
HSL121.58º66.67%22.35%-
HSV(B)121.58º80%37.25%-
XYZ4.58.382.09-
YUV63.84103.8296.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 95 (37.5% from 255) = 70.37%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=14.07%
G=70.37%
B=15.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995210.8000.780.63121.5866.6722.35
Hex135F155004E3F7a4316
Octal231372512001167717210326
Binary100111011111101011010000010011101111111111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,95,21); }

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

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

 a { background-color: rgb(19,95,21); }

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

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

 span { border-color: rgb(19,95,21); }

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