#18491A

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

Shades of Myrtle #18491A

Tints of Myrtle #18491A

Color information

#18491A (or 0x18491A) is unknown color: approx Myrtle. HEX triplet: 18, 49 and 1A. RGB value is (24,73,26). Sum of RGB (Red+Green+Blue) = 24+73+26=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #18491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18491A is #E7B6E5. Grayscale: #353535. Windows color (decimal): -15185638 or 1722648. OLE color: 1722648.

HSL color Cylindrical-coordinate representation of color #18491A: hue angle of 122.45º 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 #18491A is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB247326-
CMYK0.6700.640.71
HSL122.45º50.52%19.02%-
HSV(B)122.45º67.12%28.63%-
XYZ2.955.031.79-
YUV52.99112.77107.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 73 (28.91% from 255) = 59.35%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=19.51%
G=59.35%
B=21.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473260.6700.640.71122.4550.5219.02
Hex18491A43040477a3313
Octal301113210301001071726323
Binary110001001001110101000011010000001000111111101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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