#18481C

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

Shades of Myrtle #18481C

Tints of Myrtle #18481C

Color information

#18481C (or 0x18481C) is unknown color: approx Myrtle. HEX triplet: 18, 48 and 1C. RGB value is (24,72,28). Sum of RGB (Red+Green+Blue) = 24+72+28=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #18481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18481C is #E7B7E3. Grayscale: #343434. Windows color (decimal): -15185892 or 1853464. OLE color: 1853464.

HSL color Cylindrical-coordinate representation of color #18481C: hue angle of 125º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18481C is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB247228-
CMYK0.6700.610.72
HSL125º50%18.82%-
HSV(B)125º66.67%28.24%-
XYZ2.94.911.89-
YUV52.63114.1107.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=19.35%
G=58.06%
B=22.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472280.6700.610.721255018.82
Hex18481C4303D487d3213
Octal30110341030751101756223
Binary11000100100011100100001101111011001000111110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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