#18411A

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

Shades of Myrtle #18411A

Tints of Myrtle #18411A

Color information

#18411A (or 0x18411A) is unknown color: approx Myrtle. HEX triplet: 18, 41 and 1A. RGB value is (24,65,26). Sum of RGB (Red+Green+Blue) = 24+65+26=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #18411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18411A is #E7BEE5. Grayscale: #303030. Windows color (decimal): -15187686 or 1720600. OLE color: 1720600.

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

Color convert

RGB246526-
CMYK0.6300.600.75
HSL122.93º46.07%17.45%-
HSV(B)122.93º63.08%25.49%-
XYZ2.454.051.63-
YUV48.3115.42110.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=20.87%
G=56.52%
B=22.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465260.6300.600.75122.9346.0717.45
Hex18411A3F03C4B7b2e11
Octal3010132770741131735621
Binary1100010000011101011111101111001001011111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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