#0F5113

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

Shades of Myrtle #0F5113

Tints of Myrtle #0F5113

Color information

#0F5113 (or 0x0F5113) is unknown color: approx Myrtle. HEX triplet: 0F, 51 and 13. RGB value is (15,81,19). Sum of RGB (Red+Green+Blue) = 15+81+19=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #0F5113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5113 is #F0AEEC. Grayscale: #363636. Windows color (decimal): -15773421 or 1265935. OLE color: 1265935.

HSL color Cylindrical-coordinate representation of color #0F5113: hue angle of 123.64º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5113 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB158119-
CMYK0.8100.770.68
HSL123.64º68.75%18.82%-
HSV(B)123.64º81.48%31.76%-
XYZ3.266.031.61-
YUV54.2108.13100.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 81 (32.03% from 255) = 70.43%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=13.04%
G=70.43%
B=16.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1581190.8100.770.68123.6468.7518.82
HexF51135104D447c4513
Octal1712123121011510417410523
Binary111110100011001110100010100110110001001111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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