#182814

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

Shades of Myrtle #182814

Tints of Myrtle #182814

Color information

#182814 (or 0x182814) is unknown color: approx Myrtle. HEX triplet: 18, 28 and 14. RGB value is (24,40,20). Sum of RGB (Red+Green+Blue) = 24+40+20=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #182814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182814 is #E7D7EB. Grayscale: #212121. Windows color (decimal): -15194092 or 1320984. OLE color: 1320984.

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

Color convert

RGB244020-
CMYK0.4000.50.84
HSL108º33.33%11.76%-
HSV(B)108º50%15.69%-
XYZ1.261.760.94-
YUV32.94120.7121.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 40 (16.02% from 255) = 47.62%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=28.57%
G=47.62%
B=23.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440200.4000.50.8410833.3311.76
Hex18281428032546c21c
Octal305024500621241544114
Binary11000101000101001010000110010101010011011001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182814; }

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

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

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

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

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

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

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

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