#18480D

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

Shades of Myrtle #18480D

Tints of Myrtle #18480D

Color information

#18480D (or 0x18480D) is unknown color: approx Myrtle. HEX triplet: 18, 48 and 0D. RGB value is (24,72,13). Sum of RGB (Red+Green+Blue) = 24+72+13=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #18480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18480D is #E7B7F2. Grayscale: #333333. Windows color (decimal): -15185907 or 870424. OLE color: 870424.

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

Color convert

RGB247213-
CMYK0.6700.820.72
HSL108.81º69.41%16.67%-
HSV(B)108.81º81.94%28.24%-
XYZ2.774.861.17-
YUV50.92106.6108.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=22.02%
G=66.06%
B=11.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472130.6700.820.72108.8169.4116.67
Hex1848D43052486d4511
Octal3011015103012211015510521
Binary110001001000110110000110101001010010001101101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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