#0F3009

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

Shades of Myrtle #0F3009

Tints of Myrtle #0F3009

Color information

#0F3009 (or 0x0F3009) is unknown color: approx Myrtle. HEX triplet: 0F, 30 and 09. RGB value is (15,48,9). Sum of RGB (Red+Green+Blue) = 15+48+9=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3009 is #F0CFF6. Grayscale: #212121. Windows color (decimal): -15781879 or 602127. OLE color: 602127.

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

Color convert

RGB15489-
CMYK0.6900.810.81
HSL110.77º68.42%11.18%-
HSV(B)110.77º81.25%18.82%-
XYZ1.32.240.62-
YUV33.69114.07114.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.83%
GREEN value IS 48 (19.14% from 255) = 66.67%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=20.83%
G=66.67%
B=12.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal154890.6900.810.81110.7768.4211.18
HexF30945051516f44b
Octal176011105012112115710413
Binary111111000010011000101010100011010001110111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,9); }

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

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

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

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

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

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

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