#186013

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

Shades of Myrtle #186013

Tints of Myrtle #186013

Color information

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

HSL color Cylindrical-coordinate representation of color #186013: hue angle of 116.1º 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 #186013 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB249619-
CMYK0.7500.800.62
HSL116.1º66.96%22.55%-
HSV(B)116.1º80.21%37.65%-
XYZ4.688.612.03-
YUV65.69101.6598.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496190.7500.800.62116.166.9622.55
Hex1860134B0503E744317
Octal301402311301207616410327
Binary110001100000100111001011010100001111101110100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186013; }

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

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

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

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

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

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

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

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