#0F3C03

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

Shades of Myrtle #0F3C03

Tints of Myrtle #0F3C03

Color information

#0F3C03 (or 0x0F3C03) is unknown color: approx Myrtle. HEX triplet: 0F, 3C and 03. RGB value is (15,60,3). Sum of RGB (Red+Green+Blue) = 15+60+3=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 60 (23.83% from 255 or 76.92% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3C03 is #F0C3FC. Grayscale: #282828. Windows color (decimal): -15778813 or 211983. OLE color: 211983.

HSL color Cylindrical-coordinate representation of color #0F3C03: hue angle of 107.37º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F3C03 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB15603-
CMYK0.7500.950.76
HSL107.37º90.48%12.35%-
HSV(B)107.37º95%23.53%-
XYZ1.833.340.63-
YUV40.05107.09110.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 60 (23.83% from 255) = 76.92%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=19.23%
G=76.92%
B=3.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal156030.7500.950.76107.3790.4812.35
HexF3C34B05F4C6b5ac
Octal17743113013711415313214
Binary1111111100111001011010111111001100110101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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