#0F3103

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

Shades of Myrtle #0F3103

Tints of Myrtle #0F3103

Color information

#0F3103 (or 0x0F3103) is unknown color: approx Myrtle. HEX triplet: 0F, 31 and 03. RGB value is (15,49,3). Sum of RGB (Red+Green+Blue) = 15+49+3=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3103 is #F0CEFC. Grayscale: #212121. Windows color (decimal): -15781629 or 209167. OLE color: 209167.

HSL color Cylindrical-coordinate representation of color #0F3103: hue angle of 104.35º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3103 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB15493-
CMYK0.6900.940.81
HSL104.35º88.46%10.2%-
HSV(B)104.35º93.88%19.22%-
XYZ1.312.30.46-
YUV33.59110.74114.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 49 (19.53% from 255) = 73.13%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=22.39%
G=73.13%
B=4.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal154930.6900.940.81104.3588.4610.2
HexF3134505E516858a
Octal17613105013612115013012
Binary1111110001111000101010111101010001110100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,3); }

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

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

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

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

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

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

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