#18411D

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

Shades of Myrtle #18411D

Tints of Myrtle #18411D

Color information

#18411D (or 0x18411D) is unknown color: approx Myrtle. HEX triplet: 18, 41 and 1D. RGB value is (24,65,29). Sum of RGB (Red+Green+Blue) = 24+65+29=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #18411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18411D is #E7BEE2. Grayscale: #303030. Windows color (decimal): -15187683 or 1917208. OLE color: 1917208.

HSL color Cylindrical-coordinate representation of color #18411D: hue angle of 127.32º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18411D is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB246529-
CMYK0.6300.550.75
HSL127.32º46.07%17.45%-
HSV(B)127.32º63.08%25.49%-
XYZ2.494.061.82-
YUV48.64116.92110.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=20.34%
G=55.08%
B=24.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465290.6300.550.75127.3246.0717.45
Hex18411D3F0374B7f2e11
Octal3010135770671131775621
Binary1100010000011110111111101101111001011111111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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