#18411B

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

Shades of Myrtle #18411B

Tints of Myrtle #18411B

Color information

#18411B (or 0x18411B) is unknown color: approx Myrtle. HEX triplet: 18, 41 and 1B. RGB value is (24,65,27). Sum of RGB (Red+Green+Blue) = 24+65+27=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #18411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18411B is #E7BEE4. Grayscale: #303030. Windows color (decimal): -15187685 or 1786136. OLE color: 1786136.

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

Color convert

RGB246527-
CMYK0.6300.580.75
HSL124.39º46.07%17.45%-
HSV(B)124.39º63.08%25.49%-
XYZ2.464.051.69-
YUV48.41115.92110.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=20.69%
G=56.03%
B=23.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465270.6300.580.75124.3946.0717.45
Hex18411B3F03A4B7c2e11
Octal3010133770721131745621
Binary1100010000011101111111101110101001011111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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