#0F330C

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

Shades of Myrtle #0F330C

Tints of Myrtle #0F330C

Color information

#0F330C (or 0x0F330C) is unknown color: approx Myrtle. HEX triplet: 0F, 33 and 0C. RGB value is (15,51,12). Sum of RGB (Red+Green+Blue) = 15+51+12=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #0F330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F330C is #F0CCF3. Grayscale: #232323. Windows color (decimal): -15781108 or 799503. OLE color: 799503.

HSL color Cylindrical-coordinate representation of color #0F330C: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F330C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB155112-
CMYK0.7100.760.8
HSL115.38º61.9%12.35%-
HSV(B)115.38º76.47%20%-
XYZ1.452.50.75-
YUV35.79114.57113.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 51 (20.31% from 255) = 65.38%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=19.23%
G=65.38%
B=15.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1551120.7100.760.8115.3861.912.35
HexF33C4704C50733ec
Octal17631410701141201637614
Binary11111100111100100011101001100101000011100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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