#0F5316

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

Shades of Myrtle #0F5316

Tints of Myrtle #0F5316

Color information

#0F5316 (or 0x0F5316) is unknown color: approx Myrtle. HEX triplet: 0F, 53 and 16. RGB value is (15,83,22). Sum of RGB (Red+Green+Blue) = 15+83+22=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5316 is #F0ACE9. Grayscale: #373737. Windows color (decimal): -15772906 or 1463055. OLE color: 1463055.

HSL color Cylindrical-coordinate representation of color #0F5316: hue angle of 126.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5316 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB158322-
CMYK0.8200.730.67
HSL126.18º69.39%19.22%-
HSV(B)126.18º81.93%32.55%-
XYZ3.446.351.8-
YUV55.71108.9798.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.5%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=12.5%
G=69.17%
B=18.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1583220.8200.730.67126.1869.3919.22
HexF531652049437e4513
Octal1712326122011110317610523
Binary111110100111011010100100100100110000111111110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,83,22); }

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

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

 a { background-color: rgb(15,83,22); }

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

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

 span { border-color: rgb(15,83,22); }

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