#0F3206

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

Shades of Myrtle #0F3206

Tints of Myrtle #0F3206

Color information

#0F3206 (or 0x0F3206) is unknown color: approx Myrtle. HEX triplet: 0F, 32 and 06. RGB value is (15,50,6). Sum of RGB (Red+Green+Blue) = 15+50+6=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3206 is #F0CDF9. Grayscale: #222222. Windows color (decimal): -15781370 or 406031. OLE color: 406031.

HSL color Cylindrical-coordinate representation of color #0F3206: hue angle of 107.73º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F3206 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB15506-
CMYK0.7000.880.80
HSL107.73º78.57%10.98%-
HSV(B)107.73º88%19.61%-
XYZ1.372.40.56-
YUV34.52111.9114.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 6 (2.73% from 255) = 8.45%
R=21.13%
G=70.42%
B=8.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal155060.7000.880.80107.7378.5710.98
HexF32646058506c4fb
Octal17626106013012015411713
Binary11111100101101000110010110001010000110110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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