#18600D

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

Shades of Myrtle #18600D

Tints of Myrtle #18600D

Color information

#18600D (or 0x18600D) is unknown color: approx Myrtle. HEX triplet: 18, 60 and 0D. RGB value is (24,96,13). Sum of RGB (Red+Green+Blue) = 24+96+13=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #18600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18600D is #E79FF2. Grayscale: #414141. Windows color (decimal): -15179763 or 876568. OLE color: 876568.

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

Color convert

RGB249613-
CMYK0.7500.860.62
HSL112.05º76.15%21.37%-
HSV(B)112.05º86.46%37.65%-
XYZ4.638.591.79-
YUV65.0198.6598.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=18.05%
G=72.18%
B=9.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496130.7500.860.62112.0576.1521.37
Hex1860D4B0563E704c15
Octal301401511301267616011425
Binary11000110000011011001011010101101111101110000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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