#136018

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

Shades of Myrtle #136018

Tints of Myrtle #136018

Color information

#136018 (or 0x136018) is unknown color: approx Myrtle. HEX triplet: 13, 60 and 18. RGB value is (19,96,24). Sum of RGB (Red+Green+Blue) = 19+96+24=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #136018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136018 is #EC9FE7. Grayscale: #404040. Windows color (decimal): -15507432 or 1597459. OLE color: 1597459.

HSL color Cylindrical-coordinate representation of color #136018: hue angle of 123.9º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136018 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB199624-
CMYK0.8000.750.62
HSL123.9º66.96%22.55%-
HSV(B)123.9º80.21%37.65%-
XYZ4.628.572.28-
YUV64.77104.9995.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 96 (37.89% from 255) = 69.06%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=13.67%
G=69.06%
B=17.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996240.8000.750.62123.966.9622.55
Hex1360185004B3E7c4317
Octal231403012001137617410327
Binary100111100000110001010000010010111111101111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136018; }

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

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

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

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

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

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

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

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