#18320B

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

Shades of Myrtle #18320B

Tints of Myrtle #18320B

Color information

#18320B (or 0x18320B) is unknown color: approx Myrtle. HEX triplet: 18, 32 and 0B. RGB value is (24,50,11). Sum of RGB (Red+Green+Blue) = 24+50+11=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #18320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18320B is #E7CDF4. Grayscale: #252525. Windows color (decimal): -15191541 or 733720. OLE color: 733720.

HSL color Cylindrical-coordinate representation of color #18320B: hue angle of 100º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18320B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB245011-
CMYK0.5200.780.80
HSL100º63.93%11.96%-
HSV(B)100º78%19.61%-
XYZ1.582.50.72-
YUV37.78112.89118.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=28.24%
G=58.82%
B=12.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450110.5200.780.8010063.9311.96
Hex1832B3404E506440c
Octal30621364011612014410014
Binary110001100101011110100010011101010000110010010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18320B; }

 p { color: rgb(24,50,11); }

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

<style>
 a { background-color: #18320B; }

 a { background-color: rgb(24,50,11); }

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

<style>
 span { border-color: #18320B; }

 span { border-color: rgb(24,50,11); }

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