#18491C

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

Shades of Myrtle #18491C

Tints of Myrtle #18491C

Color information

#18491C (or 0x18491C) is unknown color: approx Myrtle. HEX triplet: 18, 49 and 1C. RGB value is (24,73,28). Sum of RGB (Red+Green+Blue) = 24+73+28=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #18491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18491C is #E7B6E3. Grayscale: #353535. Windows color (decimal): -15185636 or 1853720. OLE color: 1853720.

HSL color Cylindrical-coordinate representation of color #18491C: hue angle of 124.9º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18491C is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB247328-
CMYK0.6700.620.71
HSL124.9º50.52%19.02%-
HSV(B)124.9º67.12%28.63%-
XYZ2.975.041.92-
YUV53.22113.77107.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=19.2%
G=58.4%
B=22.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473280.6700.620.71124.950.5219.02
Hex18491C4303E477d3313
Octal30111341030761071756323
Binary11000100100111100100001101111101000111111110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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