#0F3B0F

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

Shades of Myrtle #0F3B0F

Tints of Myrtle #0F3B0F

Color information

#0F3B0F (or 0x0F3B0F) is unknown color: approx Myrtle. HEX triplet: 0F, 3B and 0F. RGB value is (15,59,15). Sum of RGB (Red+Green+Blue) = 15+59+15=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3B0F is #F0C4F0. Grayscale: #282828. Windows color (decimal): -15779057 or 998159. OLE color: 998159.

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

Color convert

RGB155915-
CMYK0.7500.750.77
HSL120º59.46%14.51%-
HSV(B)120º74.58%23.14%-
XYZ1.853.260.98-
YUV40.83113.42109.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.85%
GREEN value IS 59 (23.44% from 255) = 66.29%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=16.85%
G=66.29%
B=16.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1559150.7500.750.7712059.4614.51
HexF3BF4B04B4D783bf
Octal17731711301131151707317
Binary11111110111111100101101001011100110111110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,59,15); }

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

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

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

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

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

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

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