#0F5D16

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

Shades of Myrtle #0F5D16

Tints of Myrtle #0F5D16

Color information

#0F5D16 (or 0x0F5D16) is unknown color: approx Myrtle. HEX triplet: 0F, 5D and 16. RGB value is (15,93,22). Sum of RGB (Red+Green+Blue) = 15+93+22=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5D16 is #F0A2E9. Grayscale: #3D3D3D. Windows color (decimal): -15770346 or 1465615. OLE color: 1465615.

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

Color convert

RGB159322-
CMYK0.8400.760.64
HSL125.38º72.22%21.18%-
HSV(B)125.38º83.87%36.47%-
XYZ4.267.992.08-
YUV61.58105.6694.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.54%
GREEN value IS 93 (36.72% from 255) = 71.54%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=11.54%
G=71.54%
B=16.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1593220.8400.760.64125.3872.2221.18
HexF5D165404C407d4815
Octal1713526124011410017511025
Binary111110111011011010101000100110010000001111101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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