#034F07

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

Shades of Myrtle #034F07

Tints of Myrtle #034F07

Color information

#034F07 (or 0x034F07) is unknown color: approx Myrtle. HEX triplet: 03, 4F and 07. RGB value is (3,79,7). Sum of RGB (Red+Green+Blue) = 3+79+7=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 79 (31.25% from 255 or 88.76% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 79 - color contains mainly: green. Hex color #034F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034F07 is #FCB0F8. Grayscale: #303030. Windows color (decimal): -16560377 or 478979. OLE color: 478979.

HSL color Cylindrical-coordinate representation of color #034F07: hue angle of 123.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F07 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB3797-
CMYK0.9600.910.69
HSL123.16º92.68%16.08%-
HSV(B)123.16º96.2%30.98%-
XYZ2.875.631.14-
YUV48.07104.8295.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 79 (31.25% from 255) = 88.76%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=3.37%
G=88.76%
B=7.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal37970.9600.910.69123.1692.6816.08
Hex34F76005B457b5d10
Octal31177140013310517313520
Binary11100111111111000000101101110001011111011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,79,7); }

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

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

 a { background-color: rgb(3,79,7); }

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

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

 span { border-color: rgb(3,79,7); }

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