#135A06

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

Shades of Myrtle #135A06

Tints of Myrtle #135A06

Color information

#135A06 (or 0x135A06) is unknown color: approx Myrtle. HEX triplet: 13, 5A and 06. RGB value is (19,90,6). Sum of RGB (Red+Green+Blue) = 19+90+6=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #135A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A06 is #ECA5F9. Grayscale: #3B3B3B. Windows color (decimal): -15508986 or 416275. OLE color: 416275.

HSL color Cylindrical-coordinate representation of color #135A06: hue angle of 110.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135A06 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB19906-
CMYK0.7900.930.65
HSL110.71º87.5%18.82%-
HSV(B)110.71º93.33%35.29%-
XYZ3.967.461.4-
YUV59.1997.9899.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 90 (35.55% from 255) = 78.26%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=16.52%
G=78.26%
B=5.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal199060.7900.930.65110.7187.518.82
Hex135A64F05D416f5813
Octal231326117013510115713023
Binary10011101101011010011110101110110000011101111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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