#0F3513

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

Shades of Myrtle #0F3513

Tints of Myrtle #0F3513

Color information

#0F3513 (or 0x0F3513) is unknown color: approx Myrtle. HEX triplet: 0F, 35 and 13. RGB value is (15,53,19). Sum of RGB (Red+Green+Blue) = 15+53+19=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3513 is #F0CAEC. Grayscale: #252525. Windows color (decimal): -15780589 or 1258767. OLE color: 1258767.

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

Color convert

RGB155319-
CMYK0.7200.640.79
HSL126.32º55.88%13.33%-
HSV(B)126.32º71.7%20.78%-
XYZ1.592.691.05-
YUV37.76117.41111.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.24%
GREEN value IS 53 (21.09% from 255) = 60.92%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=17.24%
G=60.92%
B=21.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1553190.7200.640.79126.3255.8813.33
HexF3513480404F7e38d
Octal17652311001001171767015
Binary111111010110011100100001000000100111111111101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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