#135F11

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

Shades of Myrtle #135F11

Tints of Myrtle #135F11

Color information

#135F11 (or 0x135F11) is unknown color: approx Myrtle. HEX triplet: 13, 5F and 11. RGB value is (19,95,17). Sum of RGB (Red+Green+Blue) = 19+95+17=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 95 (37.5% from 255 or 72.52% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 95 - color contains mainly: green. Hex color #135F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135F11 is #ECA0EE. Grayscale: #3F3F3F. Windows color (decimal): -15507695 or 1138451. OLE color: 1138451.

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

Color convert

RGB199517-
CMYK0.8000.820.63
HSL118.46º69.64%21.96%-
HSV(B)118.46º82.11%37.25%-
XYZ4.468.361.91-
YUV63.38101.8296.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 95 (37.5% from 255) = 72.52%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=14.50%
G=72.52%
B=12.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995170.8000.820.63118.4669.6421.96
Hex135F11500523F764616
Octal231372112001227716610626
Binary100111011111100011010000010100101111111110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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