#0F3613

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

Shades of Myrtle #0F3613

Tints of Myrtle #0F3613

Color information

#0F3613 (or 0x0F3613) is unknown color: approx Myrtle. HEX triplet: 0F, 36 and 13. RGB value is (15,54,19). Sum of RGB (Red+Green+Blue) = 15+54+19=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3613 is #F0C9EC. Grayscale: #262626. Windows color (decimal): -15780333 or 1259023. OLE color: 1259023.

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

Color convert

RGB155419-
CMYK0.7200.650.79
HSL126.15º56.52%13.53%-
HSV(B)126.15º72.22%21.18%-
XYZ1.632.791.07-
YUV38.35117.08111.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 54 (21.48% from 255) = 61.36%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=17.05%
G=61.36%
B=21.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1554190.7200.650.79126.1556.5213.53
HexF3613480414F7e39e
Octal17662311001011171767116
Binary111111011010011100100001000001100111111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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