#18401D

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

Shades of Myrtle #18401D

Tints of Myrtle #18401D

Color information

#18401D (or 0x18401D) is unknown color: approx Myrtle. HEX triplet: 18, 40 and 1D. RGB value is (24,64,29). Sum of RGB (Red+Green+Blue) = 24+64+29=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #18401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18401D is #E7BFE2. Grayscale: #303030. Windows color (decimal): -15187939 or 1916952. OLE color: 1916952.

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

Color convert

RGB246429-
CMYK0.6200.550.75
HSL127.5º45.45%17.25%-
HSV(B)127.5º62.5%25.1%-
XYZ2.433.951.8-
YUV48.05117.25110.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=20.51%
G=54.70%
B=24.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464290.6200.550.75127.545.4517.25
Hex18401D3E0374B802d11
Octal3010035760671132005521
Binary11000100000011101111110011011110010111000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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