#182C18

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

Shades of Myrtle #182C18

Tints of Myrtle #182C18

Color information

#182C18 (or 0x182C18) is unknown color: approx Myrtle. HEX triplet: 18, 2C and 18. RGB value is (24,44,24). Sum of RGB (Red+Green+Blue) = 24+44+24=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #182C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C18 is #E7D3E7. Grayscale: #232323. Windows color (decimal): -15193064 or 1584152. OLE color: 1584152.

HSL color Cylindrical-coordinate representation of color #182C18: hue angle of 120º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #182C18 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.

Color convert

RGB244424-
CMYK0.4500.450.83
HSL120º29.41%13.33%-
HSV(B)120º45.45%17.25%-
XYZ1.442.061.19-
YUV35.74121.37119.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 44 (17.58% from 255) = 47.83%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=26.09%
G=47.83%
B=26.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2444240.4500.450.8312029.4113.33
Hex182C182D02D53781dd
Octal305430550551231703515
Binary1100010110011000101101010110110100111111000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182C18; }

 p { color: rgb(24,44,24); }

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

<style>
 a { background-color: #182C18; }

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

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

<style>
 span { border-color: #182C18; }

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

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