#0F3506

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

Shades of Myrtle #0F3506

Tints of Myrtle #0F3506

Color information

#0F3506 (or 0x0F3506) is unknown color: approx Myrtle. HEX triplet: 0F, 35 and 06. RGB value is (15,53,6). Sum of RGB (Red+Green+Blue) = 15+53+6=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3506 is #F0CAF9. Grayscale: #242424. Windows color (decimal): -15780602 or 406799. OLE color: 406799.

HSL color Cylindrical-coordinate representation of color #0F3506: hue angle of 108.51º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3506 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB15536-
CMYK0.7200.890.79
HSL108.51º79.66%11.57%-
HSV(B)108.51º88.68%20.78%-
XYZ1.52.660.61-
YUV36.28110.91112.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 53 (21.09% from 255) = 71.62%
BLUE value IS 6 (2.73% from 255) = 8.11%
R=20.27%
G=71.62%
B=8.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal155360.7200.890.79108.5179.6611.57
HexF356480594F6d50c
Octal17656110013111715512014
Binary11111101011101001000010110011001111110110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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