#18460D

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

Shades of Myrtle #18460D

Tints of Myrtle #18460D

Color information

#18460D (or 0x18460D) is unknown color: approx Myrtle. HEX triplet: 18, 46 and 0D. RGB value is (24,70,13). Sum of RGB (Red+Green+Blue) = 24+70+13=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #18460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18460D is #E7B9F2. Grayscale: #313131. Windows color (decimal): -15186419 or 869912. OLE color: 869912.

HSL color Cylindrical-coordinate representation of color #18460D: hue angle of 108.42º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18460D is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB247013-
CMYK0.6600.810.73
HSL108.42º68.67%16.27%-
HSV(B)108.42º81.43%27.45%-
XYZ2.644.61.13-
YUV49.75107.26109.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 70 (27.73% from 255) = 65.42%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=22.43%
G=65.42%
B=12.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470130.6600.810.73108.4268.6716.27
Hex1846D42051496c4510
Octal3010615102012111115410520
Binary110001000110110110000100101000110010011101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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