#18320F

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

Shades of Myrtle #18320F

Tints of Myrtle #18320F

Color information

#18320F (or 0x18320F) is unknown color: approx Myrtle. HEX triplet: 18, 32 and 0F. RGB value is (24,50,15). Sum of RGB (Red+Green+Blue) = 24+50+15=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #18320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18320F is #E7CDF0. Grayscale: #262626. Windows color (decimal): -15191537 or 995864. OLE color: 995864.

HSL color Cylindrical-coordinate representation of color #18320F: hue angle of 104.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18320F is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB245015-
CMYK0.5200.700.80
HSL104.57º53.85%12.75%-
HSV(B)104.57º70%19.61%-
XYZ1.62.510.85-
YUV38.24114.89117.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=26.97%
G=56.18%
B=16.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450150.5200.700.80104.5753.8512.75
Hex1832F34046506936d
Octal3062176401061201516615
Binary11000110010111111010001000110101000011010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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