#18300D

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

Shades of Myrtle #18300D

Tints of Myrtle #18300D

Color information

#18300D (or 0x18300D) is unknown color: approx Myrtle. HEX triplet: 18, 30 and 0D. RGB value is (24,48,13). Sum of RGB (Red+Green+Blue) = 24+48+13=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #18300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18300D is #E7CFF2. Grayscale: #242424. Windows color (decimal): -15192051 or 864280. OLE color: 864280.

HSL color Cylindrical-coordinate representation of color #18300D: hue angle of 101.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18300D is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB244813-
CMYK0.500.730.81
HSL101.14º57.38%11.96%-
HSV(B)101.14º72.92%18.82%-
XYZ1.512.340.75-
YUV36.83114.55118.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=28.24%
G=56.47%
B=15.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448130.500.730.81101.1457.3811.96
Hex1830D32049516539c
Octal3060156201111211457114
Binary11000110000110111001001001001101000111001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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