#182D13

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

Shades of Myrtle #182D13

Tints of Myrtle #182D13

Color information

#182D13 (or 0x182D13) is unknown color: approx Myrtle. HEX triplet: 18, 2D and 13. RGB value is (24,45,19). Sum of RGB (Red+Green+Blue) = 24+45+19=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #182D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182D13 is #E7D2EC. Grayscale: #232323. Windows color (decimal): -15192813 or 1256728. OLE color: 1256728.

HSL color Cylindrical-coordinate representation of color #182D13: hue angle of 108.46º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #182D13 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.

Color convert

RGB244519-
CMYK0.4700.580.82
HSL108.46º40.62%12.55%-
HSV(B)108.46º57.78%17.65%-
XYZ1.432.120.95-
YUV35.76118.54119.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 45 (17.97% from 255) = 51.14%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=27.27%
G=51.14%
B=21.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2445190.4700.580.82108.4640.6212.55
Hex182D132F03A526c29d
Octal305523570721221545115
Binary11000101101100111011110111010101001011011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,19); }

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

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

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

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

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

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

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