#0F3F10

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

Shades of Myrtle #0F3F10

Tints of Myrtle #0F3F10

Color information

#0F3F10 (or 0x0F3F10) is unknown color: approx Myrtle. HEX triplet: 0F, 3F and 10. RGB value is (15,63,16). Sum of RGB (Red+Green+Blue) = 15+63+16=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 63 (25% from 255 or 67.02% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 63 - color contains mainly: green. Hex color #0F3F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3F10 is #F0C0EF. Grayscale: #2B2B2B. Windows color (decimal): -15778032 or 1064719. OLE color: 1064719.

HSL color Cylindrical-coordinate representation of color #0F3F10: hue angle of 121.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3F10 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB156316-
CMYK0.7600.750.75
HSL121.25º61.54%15.29%-
HSV(B)121.25º76.19%24.71%-
XYZ2.073.691.09-
YUV43.29112.6107.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 63 (25% from 255) = 67.02%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=15.96%
G=67.02%
B=17.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1563160.7600.750.75121.2561.5415.29
HexF3F104C04B4B793ef
Octal17772011401131131717617
Binary111111111110000100110001001011100101111110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,63,16); }

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

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

 a { background-color: rgb(15,63,16); }

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

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

 span { border-color: rgb(15,63,16); }

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