#182914

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

Shades of Myrtle #182914

Tints of Myrtle #182914

Color information

#182914 (or 0x182914) is unknown color: approx Myrtle. HEX triplet: 18, 29 and 14. RGB value is (24,41,20). Sum of RGB (Red+Green+Blue) = 24+41+20=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #182914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182914 is #E7D6EB. Grayscale: #212121. Windows color (decimal): -15193836 or 1321240. OLE color: 1321240.

HSL color Cylindrical-coordinate representation of color #182914: hue angle of 108.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182914 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB244120-
CMYK0.4100.510.84
HSL108.57º34.43%11.96%-
HSV(B)108.57º51.22%16.08%-
XYZ1.31.830.95-
YUV33.52120.37121.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 41 (16.41% from 255) = 48.24%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=28.24%
G=48.24%
B=23.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2441200.4100.510.84108.5734.4311.96
Hex18291429033546d22c
Octal305124510631241554214
Binary11000101001101001010010110011101010011011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182914; }

 p { color: rgb(24,41,20); }

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

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

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

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

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

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

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