#136009

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

Shades of Myrtle #136009

Tints of Myrtle #136009

Color information

#136009 (or 0x136009) is unknown color: approx Myrtle. HEX triplet: 13, 60 and 09. RGB value is (19,96,9). Sum of RGB (Red+Green+Blue) = 19+96+9=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #136009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136009 is #EC9FF6. Grayscale: #3F3F3F. Windows color (decimal): -15507447 or 614419. OLE color: 614419.

HSL color Cylindrical-coordinate representation of color #136009: hue angle of 113.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136009 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB19969-
CMYK0.8000.910.62
HSL113.1º82.86%20.59%-
HSV(B)113.1º90.62%37.65%-
XYZ4.58.521.67-
YUV63.0697.4996.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 96 (37.89% from 255) = 77.42%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=15.32%
G=77.42%
B=7.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal199690.8000.910.62113.182.8620.59
Hex136095005B3E715315
Octal231401112001337616112325
Binary10011110000010011010000010110111111101110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136009; }

 p { color: rgb(19,96,9); }

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

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

 a { background-color: rgb(19,96,9); }

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

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

 span { border-color: rgb(19,96,9); }

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