#135C11

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

Shades of Myrtle #135C11

Tints of Myrtle #135C11

Color information

#135C11 (or 0x135C11) is unknown color: approx Myrtle. HEX triplet: 13, 5C and 11. RGB value is (19,92,17). Sum of RGB (Red+Green+Blue) = 19+92+17=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 92 (36.33% from 255 or 71.88% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 92 - color contains mainly: green. Hex color #135C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C11 is #ECA3EE. Grayscale: #3D3D3D. Windows color (decimal): -15508463 or 1137683. OLE color: 1137683.

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

Color convert

RGB199217-
CMYK0.7900.820.64
HSL118.4º68.81%21.37%-
HSV(B)118.4º81.52%36.08%-
XYZ4.27.831.82-
YUV61.62102.8297.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 92 (36.33% from 255) = 71.88%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=14.84%
G=71.88%
B=13.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992170.7900.820.64118.468.8121.37
Hex135C114F05240764515
Octal2313421117012210016610525
Binary1001110111001000110011110101001010000001110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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