#0F4004

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

Shades of Myrtle #0F4004

Tints of Myrtle #0F4004

Color information

#0F4004 (or 0x0F4004) is unknown color: approx Myrtle. HEX triplet: 0F, 40 and 04. RGB value is (15,64,4). Sum of RGB (Red+Green+Blue) = 15+64+4=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4004 is #F0BFFB. Grayscale: #2A2A2A. Windows color (decimal): -15777788 or 278543. OLE color: 278543.

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

Color convert

RGB15644-
CMYK0.7700.940.75
HSL109º88.24%13.33%-
HSV(B)109º93.75%25.1%-
XYZ2.053.780.74-
YUV42.51106.27108.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 64 (25.39% from 255) = 77.11%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=18.07%
G=77.11%
B=4.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal156440.7700.940.7510988.2413.33
HexF4044D05E4B6d58d
Octal171004115013611315513015
Binary111110000001001001101010111101001011110110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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