#0F240A

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

Shades of Myrtle #0F240A

Tints of Myrtle #0F240A

Color information

#0F240A (or 0x0F240A) is unknown color: approx Myrtle. HEX triplet: 0F, 24 and 0A. RGB value is (15,36,10). Sum of RGB (Red+Green+Blue) = 15+36+10=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #0F240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F240A is #F0DBF5. Grayscale: #1A1A1A. Windows color (decimal): -15784950 or 664591. OLE color: 664591.

HSL color Cylindrical-coordinate representation of color #0F240A: hue angle of 108.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F240A is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB153610-
CMYK0.5800.720.86
HSL108.46º56.52%9.02%-
HSV(B)108.46º72.22%14.12%-
XYZ0.881.390.51-
YUV26.76118.54119.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 36 (14.45% from 255) = 59.02%
BLUE value IS 10 (4.30% from 255) = 16.39%
R=24.59%
G=59.02%
B=16.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536100.5800.720.86108.4656.529.02
HexF24A3A048566c399
Octal1744127201101261547111
Binary1111100100101011101001001000101011011011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F240A; }

 p { color: rgb(15,36,10); }

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

<style>
 a { background-color: #0F240A; }

 a { background-color: rgb(15,36,10); }

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

<style>
 span { border-color: #0F240A; }

 span { border-color: rgb(15,36,10); }

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