#18461B

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

Shades of Myrtle #18461B

Tints of Myrtle #18461B

Color information

#18461B (or 0x18461B) is unknown color: approx Myrtle. HEX triplet: 18, 46 and 1B. RGB value is (24,70,27). Sum of RGB (Red+Green+Blue) = 24+70+27=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #18461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18461B is #E7B9E4. Grayscale: #333333. Windows color (decimal): -15186405 or 1787416. OLE color: 1787416.

HSL color Cylindrical-coordinate representation of color #18461B: hue angle of 123.91º 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 #18461B is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB247027-
CMYK0.6600.610.73
HSL123.91º48.94%18.43%-
HSV(B)123.91º65.71%27.45%-
XYZ2.764.651.79-
YUV51.34114.26108.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 70 (27.73% from 255) = 57.85%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=19.83%
G=57.85%
B=22.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470270.6600.610.73123.9148.9418.43
Hex18461B4203D497c3112
Octal30106331020751111746122
Binary11000100011011011100001001111011001001111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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