#135B0D

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

Shades of Myrtle #135B0D

Tints of Myrtle #135B0D

Color information

#135B0D (or 0x135B0D) is unknown color: approx Myrtle. HEX triplet: 13, 5B and 0D. RGB value is (19,91,13). Sum of RGB (Red+Green+Blue) = 19+91+13=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 91 (35.94% from 255 or 73.98% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 91 - color contains mainly: green. Hex color #135B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B0D is #ECA4F2. Grayscale: #3C3C3C. Windows color (decimal): -15508723 or 875283. OLE color: 875283.

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

Color convert

RGB199113-
CMYK0.7900.860.64
HSL115.38º75%20.39%-
HSV(B)115.38º85.71%35.69%-
XYZ4.087.651.64-
YUV60.58101.1598.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 91 (35.94% from 255) = 73.98%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=15.45%
G=73.98%
B=10.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991130.7900.860.64115.387520.39
Hex135BD4F05640734b14
Octal2313315117012610016311324
Binary100111011011110110011110101011010000001110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,91,13); }

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

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

 a { background-color: rgb(19,91,13); }

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

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

 span { border-color: rgb(19,91,13); }

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