#18451C

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

Shades of Myrtle #18451C

Tints of Myrtle #18451C

Color information

#18451C (or 0x18451C) is unknown color: approx Myrtle. HEX triplet: 18, 45 and 1C. RGB value is (24,69,28). Sum of RGB (Red+Green+Blue) = 24+69+28=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #18451C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18451C is #E7BAE3. Grayscale: #323232. Windows color (decimal): -15186660 or 1852696. OLE color: 1852696.

HSL color Cylindrical-coordinate representation of color #18451C: hue angle of 125.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18451C is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB246928-
CMYK0.6500.590.73
HSL125.33º48.39%18.24%-
HSV(B)125.33º65.22%27.06%-
XYZ2.714.531.83-
YUV50.87115.09108.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 69 (27.34% from 255) = 57.02%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=19.83%
G=57.02%
B=23.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469280.6500.590.73125.3348.3918.24
Hex18451C4103B497d3012
Octal30105341010731111756022
Binary11000100010111100100000101110111001001111110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18451C; }

 p { color: rgb(24,69,28); }

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

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

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

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

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

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

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