#186612

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

Shades of Myrtle #186612

Tints of Myrtle #186612

Color information

#186612 (or 0x186612) is unknown color: approx Myrtle. HEX triplet: 18, 66 and 12. RGB value is (24,102,18). Sum of RGB (Red+Green+Blue) = 24+102+18=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 102 (40.23% from 255 or 70.83% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 102 - color contains mainly: green. Hex color #186612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186612 is #E799ED. Grayscale: #454545. Windows color (decimal): -15178222 or 1205784. OLE color: 1205784.

HSL color Cylindrical-coordinate representation of color #186612: hue angle of 115.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186612 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB2410218-
CMYK0.7600.820.6
HSL115.71º70%23.53%-
HSV(B)115.71º82.35%40%-
XYZ5.249.742.18-
YUV69.199.1695.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 102 (40.23% from 255) = 70.83%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=16.67%
G=70.83%
B=12.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102180.7600.820.6115.717023.53
Hex1866124C0523C744618
Octal301462211401227416410630
Binary110001100110100101001100010100101111001110100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186612; }

 p { color: rgb(24,102,18); }

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

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

 a { background-color: rgb(24,102,18); }

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

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

 span { border-color: rgb(24,102,18); }

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