#18401C

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

Shades of Myrtle #18401C

Tints of Myrtle #18401C

Color information

#18401C (or 0x18401C) is unknown color: approx Myrtle. HEX triplet: 18, 40 and 1C. RGB value is (24,64,28). Sum of RGB (Red+Green+Blue) = 24+64+28=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #18401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18401C is #E7BFE3. Grayscale: #303030. Windows color (decimal): -15187940 or 1851416. OLE color: 1851416.

HSL color Cylindrical-coordinate representation of color #18401C: hue angle of 126º 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 #18401C is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB246428-
CMYK0.6200.560.75
HSL126º45.45%17.25%-
HSV(B)126º62.5%25.1%-
XYZ2.423.941.73-
YUV47.94116.75110.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=20.69%
G=55.17%
B=24.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464280.6200.560.7512645.4517.25
Hex18401C3E0384B7e2d11
Octal3010034760701131765521
Binary1100010000001110011111001110001001011111111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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