#135A12

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

Shades of Myrtle #135A12

Tints of Myrtle #135A12

Color information

#135A12 (or 0x135A12) is unknown color: approx Myrtle. HEX triplet: 13, 5A and 12. RGB value is (19,90,18). Sum of RGB (Red+Green+Blue) = 19+90+18=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 90 (35.55% from 255 or 70.87% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 90 - color contains mainly: green. Hex color #135A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A12 is #ECA5ED. Grayscale: #3C3C3C. Windows color (decimal): -15508974 or 1202707. OLE color: 1202707.

HSL color Cylindrical-coordinate representation of color #135A12: hue angle of 119.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135A12 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB199018-
CMYK0.7900.800.65
HSL119.17º66.67%21.18%-
HSV(B)119.17º80%35.29%-
XYZ4.037.491.81-
YUV60.56103.9898.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 90 (35.55% from 255) = 70.87%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=14.96%
G=70.87%
B=14.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990180.7900.800.65119.1766.6721.18
Hex135A124F05041774315
Octal2313222117012010116710325
Binary1001110110101001010011110101000010000011110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,90,18); }

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

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

 a { background-color: rgb(19,90,18); }

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

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

 span { border-color: rgb(19,90,18); }

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