#0F3E10

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

Shades of Myrtle #0F3E10

Tints of Myrtle #0F3E10

Color information

#0F3E10 (or 0x0F3E10) is unknown color: approx Myrtle. HEX triplet: 0F, 3E and 10. RGB value is (15,62,16). Sum of RGB (Red+Green+Blue) = 15+62+16=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 62 (24.61% from 255 or 66.67% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3E10 is #F0C1EF. Grayscale: #2A2A2A. Windows color (decimal): -15778288 or 1064463. OLE color: 1064463.

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

Color convert

RGB156216-
CMYK0.7600.740.76
HSL121.28º61.04%15.1%-
HSV(B)121.28º75.81%24.31%-
XYZ2.013.581.08-
YUV42.7112.93108.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 62 (24.61% from 255) = 66.67%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=16.13%
G=66.67%
B=17.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1562160.7600.740.76121.2861.0415.1
HexF3E104C04A4C793df
Octal17762011401121141717517
Binary111111111010000100110001001010100110011110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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