#0F3505

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

Shades of Myrtle #0F3505

Tints of Myrtle #0F3505

Color information

#0F3505 (or 0x0F3505) is unknown color: approx Myrtle. HEX triplet: 0F, 35 and 05. RGB value is (15,53,5). Sum of RGB (Red+Green+Blue) = 15+53+5=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3505 is #F0CAFA. Grayscale: #242424. Windows color (decimal): -15780603 or 341263. OLE color: 341263.

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

Color convert

RGB15535-
CMYK0.7200.910.79
HSL107.5º82.76%11.37%-
HSV(B)107.5º90.57%20.78%-
XYZ1.52.660.58-
YUV36.17110.41112.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.55%
GREEN value IS 53 (21.09% from 255) = 72.60%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=20.55%
G=72.60%
B=6.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal155350.7200.910.79107.582.7611.37
HexF3554805B4F6c53b
Octal17655110013311715412313
Binary11111101011011001000010110111001111110110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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