#18491B

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

Shades of Myrtle #18491B

Tints of Myrtle #18491B

Color information

#18491B (or 0x18491B) is unknown color: approx Myrtle. HEX triplet: 18, 49 and 1B. RGB value is (24,73,27). Sum of RGB (Red+Green+Blue) = 24+73+27=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #18491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18491B is #E7B6E4. Grayscale: #353535. Windows color (decimal): -15185637 or 1788184. OLE color: 1788184.

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

Color convert

RGB247327-
CMYK0.6700.630.71
HSL123.67º50.52%19.02%-
HSV(B)123.67º67.12%28.63%-
XYZ2.965.041.85-
YUV53.1113.27107.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=19.35%
G=58.87%
B=21.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473270.6700.630.71123.6750.5219.02
Hex18491B4303F477c3313
Octal30111331030771071746323
Binary11000100100111011100001101111111000111111110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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