#135E0D

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

Shades of Myrtle #135E0D

Tints of Myrtle #135E0D

Color information

#135E0D (or 0x135E0D) is unknown color: approx Myrtle. HEX triplet: 13, 5E and 0D. RGB value is (19,94,13). Sum of RGB (Red+Green+Blue) = 19+94+13=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 94 (37.11% from 255 or 74.60% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 94 - color contains mainly: green. Hex color #135E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135E0D is #ECA1F2. Grayscale: #3E3E3E. Windows color (decimal): -15507955 or 876051. OLE color: 876051.

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

Color convert

RGB199413-
CMYK0.8000.860.63
HSL115.56º75.7%20.98%-
HSV(B)115.56º86.17%36.86%-
XYZ4.348.171.73-
YUV62.34100.1597.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 94 (37.11% from 255) = 74.60%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=15.08%
G=74.60%
B=10.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994130.8000.860.63115.5675.720.98
Hex135ED500563F744c15
Octal231361512001267716411425
Binary10011101111011011010000010101101111111110100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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