#0F3E04

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

Shades of Myrtle #0F3E04

Tints of Myrtle #0F3E04

Color information

#0F3E04 (or 0x0F3E04) is unknown color: approx Myrtle. HEX triplet: 0F, 3E and 04. RGB value is (15,62,4). Sum of RGB (Red+Green+Blue) = 15+62+4=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 62 (24.61% from 255 or 76.54% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3E04 is #F0C1FB. Grayscale: #292929. Windows color (decimal): -15778300 or 278031. OLE color: 278031.

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

Color convert

RGB15624-
CMYK0.7600.940.76
HSL108.62º87.88%12.94%-
HSV(B)108.62º93.55%24.31%-
XYZ1.943.560.7-
YUV41.34106.93109.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 62 (24.61% from 255) = 76.54%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=18.52%
G=76.54%
B=4.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal156240.7600.940.76108.6287.8812.94
HexF3E44C05E4C6d58d
Octal17764114013611415513015
Binary11111111101001001100010111101001100110110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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