#003F07

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

Shades of Myrtle #003F07

Tints of Myrtle #003F07

Color information

#003F07 (or 0x003F07) is unknown color: approx Myrtle. HEX triplet: 00, 3F and 07. RGB value is (0,63,7). Sum of RGB (Red+Green+Blue) = 0+63+7=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 63 (25% from 255 or 90% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 63 - color contains mainly: green. Hex color #003F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F07 is #FFC0F8. Grayscale: #252525. Windows color (decimal): -16761081 or 474880. OLE color: 474880.

HSL color Cylindrical-coordinate representation of color #003F07: hue angle of 126.67º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F07 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB0637-
CMYK100.890.75
HSL126.67º100%12.35%-
HSV(B)126.67º100%24.71%-
XYZ1.823.570.79-
YUV37.78110.63101.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 90%
BLUE value IS 7 (3.12% from 255) = 10%
R=0%
G=90%
B=10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0637100.890.75126.6710012.35
Hex03F7640594B7f64c
Octal0777144013111317714414
Binary01111111111100100010110011001011111111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003F07; }

 p { color: rgb(0,63,7); }

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

<style>
 a { background-color: #003F07; }

 a { background-color: rgb(0,63,7); }

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

<style>
 span { border-color: #003F07; }

 span { border-color: rgb(0,63,7); }

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