#18600E

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

Shades of Myrtle #18600E

Tints of Myrtle #18600E

Color information

#18600E (or 0x18600E) is unknown color: approx Myrtle. HEX triplet: 18, 60 and 0E. RGB value is (24,96,14). Sum of RGB (Red+Green+Blue) = 24+96+14=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #18600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18600E is #E79FF1. Grayscale: #414141. Windows color (decimal): -15179762 or 942104. OLE color: 942104.

HSL color Cylindrical-coordinate representation of color #18600E: hue angle of 112.68º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18600E is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB249614-
CMYK0.7500.850.62
HSL112.68º74.55%21.57%-
HSV(B)112.68º85.42%37.65%-
XYZ4.648.591.83-
YUV65.1299.1598.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 96 (37.89% from 255) = 71.64%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=17.91%
G=71.64%
B=10.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496140.7500.850.62112.6874.5521.57
Hex1860E4B0553E714b16
Octal301401611301257616111326
Binary11000110000011101001011010101011111101110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18600E; }

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

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

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

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

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

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

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

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