#0F370C

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

Shades of Myrtle #0F370C

Tints of Myrtle #0F370C

Color information

#0F370C (or 0x0F370C) is unknown color: approx Myrtle. HEX triplet: 0F, 37 and 0C. RGB value is (15,55,12). Sum of RGB (Red+Green+Blue) = 15+55+12=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 55 (21.88% from 255 or 67.07% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 55 - color contains mainly: green. Hex color #0F370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F370C is #F0C8F3. Grayscale: #262626. Windows color (decimal): -15780084 or 800527. OLE color: 800527.

HSL color Cylindrical-coordinate representation of color #0F370C: hue angle of 115.81º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F370C is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB155512-
CMYK0.7300.780.78
HSL115.81º64.18%13.14%-
HSV(B)115.81º78.18%21.57%-
XYZ1.632.860.81-
YUV38.14113.25111.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 55 (21.88% from 255) = 67.07%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=18.29%
G=67.07%
B=14.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1555120.7300.780.78115.8164.1813.14
HexF37C4904E4E7440d
Octal176714111011611616410015
Binary111111011111001001001010011101001110111010010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,12); }

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

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

 a { background-color: rgb(15,55,12); }

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

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

 span { border-color: rgb(15,55,12); }

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