#18461E

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

Shades of Myrtle #18461E

Tints of Myrtle #18461E

Color information

#18461E (or 0x18461E) is unknown color: approx Myrtle. HEX triplet: 18, 46 and 1E. RGB value is (24,70,30). Sum of RGB (Red+Green+Blue) = 24+70+30=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #18461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18461E is #E7B9E1. Grayscale: #333333. Windows color (decimal): -15186402 or 1984024. OLE color: 1984024.

HSL color Cylindrical-coordinate representation of color #18461E: hue angle of 127.83º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18461E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB247030-
CMYK0.6600.570.73
HSL127.83º48.94%18.43%-
HSV(B)127.83º65.71%27.45%-
XYZ2.84.671.98-
YUV51.69115.76108.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=19.35%
G=56.45%
B=24.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470300.6600.570.73127.8348.9418.43
Hex18461E4203949803112
Octal30106361020711112006122
Binary110001000110111101000010011100110010011000000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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