#135006

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

Shades of Myrtle #135006

Tints of Myrtle #135006

Color information

#135006 (or 0x135006) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 06. RGB value is (19,80,6). Sum of RGB (Red+Green+Blue) = 19+80+6=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #135006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135006 is #ECAFF9. Grayscale: #353535. Windows color (decimal): -15511546 or 413715. OLE color: 413715.

HSL color Cylindrical-coordinate representation of color #135006: hue angle of 109.46º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135006 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB19806-
CMYK0.7600.920.69
HSL109.46º86.05%16.86%-
HSV(B)109.46º92.5%31.37%-
XYZ3.175.891.14-
YUV53.32101.29103.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 80 (31.64% from 255) = 76.19%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=18.10%
G=76.19%
B=5.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal198060.7600.920.69109.4686.0516.86
Hex135064C05C456d5611
Octal231206114013410515512621
Binary10011101000011010011000101110010001011101101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135006; }

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

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

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

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

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

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

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

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