#18441D

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

Shades of Myrtle #18441D

Tints of Myrtle #18441D

Color information

#18441D (or 0x18441D) is unknown color: approx Myrtle. HEX triplet: 18, 44 and 1D. RGB value is (24,68,29). Sum of RGB (Red+Green+Blue) = 24+68+29=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #18441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18441D is #E7BBE2. Grayscale: #323232. Windows color (decimal): -15186915 or 1917976. OLE color: 1917976.

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

Color convert

RGB246829-
CMYK0.6500.570.73
HSL126.82º47.83%18.04%-
HSV(B)126.82º64.71%26.67%-
XYZ2.674.421.87-
YUV50.4115.92109.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=19.83%
G=56.20%
B=23.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468290.6500.570.73126.8247.8318.04
Hex18441D41039497f3012
Octal30104351010711111776022
Binary11000100010011101100000101110011001001111111111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,68,29); }

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

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

 a { background-color: rgb(24,68,29); }

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

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

 span { border-color: rgb(24,68,29); }

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