#18460C

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

Shades of Myrtle #18460C

Tints of Myrtle #18460C

Color information

#18460C (or 0x18460C) is unknown color: approx Myrtle. HEX triplet: 18, 46 and 0C. RGB value is (24,70,12). Sum of RGB (Red+Green+Blue) = 24+70+12=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #18460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18460C is #E7B9F3. Grayscale: #313131. Windows color (decimal): -15186420 or 804376. OLE color: 804376.

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

Color convert

RGB247012-
CMYK0.6600.830.73
HSL107.59º70.73%16.08%-
HSV(B)107.59º82.86%27.45%-
XYZ2.634.61.1-
YUV49.63106.76109.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 70 (27.73% from 255) = 66.04%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=22.64%
G=66.04%
B=11.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470120.6600.830.73107.5970.7316.08
Hex1846C42053496c4710
Octal3010614102012311115410720
Binary110001000110110010000100101001110010011101100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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