#18480F

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

Shades of Myrtle #18480F

Tints of Myrtle #18480F

Color information

#18480F (or 0x18480F) is unknown color: approx Myrtle. HEX triplet: 18, 48 and 0F. RGB value is (24,72,15). Sum of RGB (Red+Green+Blue) = 24+72+15=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #18480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18480F is #E7B7F0. Grayscale: #333333. Windows color (decimal): -15185905 or 1001496. OLE color: 1001496.

HSL color Cylindrical-coordinate representation of color #18480F: hue angle of 110.53º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18480F is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB247215-
CMYK0.6700.790.72
HSL110.53º65.52%17.06%-
HSV(B)110.53º79.17%28.24%-
XYZ2.784.861.24-
YUV51.15107.6108.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.62%
GREEN value IS 72 (28.52% from 255) = 64.86%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=21.62%
G=64.86%
B=13.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472150.6700.790.72110.5365.5217.06
Hex1848F4304F486f4211
Octal3011017103011711015710221
Binary110001001000111110000110100111110010001101111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18480F; }

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

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

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

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

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

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

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

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