#18411E

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

Shades of Myrtle #18411E

Tints of Myrtle #18411E

Color information

#18411E (or 0x18411E) is unknown color: approx Myrtle. HEX triplet: 18, 41 and 1E. RGB value is (24,65,30). Sum of RGB (Red+Green+Blue) = 24+65+30=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #18411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18411E is #E7BEE1. Grayscale: #303030. Windows color (decimal): -15187682 or 1982744. OLE color: 1982744.

HSL color Cylindrical-coordinate representation of color #18411E: hue angle of 128.78º 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 #18411E is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB246530-
CMYK0.6300.540.75
HSL128.78º46.07%17.45%-
HSV(B)128.78º63.08%25.49%-
XYZ2.54.071.88-
YUV48.75117.42110.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=20.17%
G=54.62%
B=25.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465300.6300.540.75128.7846.0717.45
Hex18411E3F0364B812e11
Octal3010136770661132015621
Binary11000100000111110111111011011010010111000000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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