#034704

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

Shades of Myrtle #034704

Tints of Myrtle #034704

Color information

#034704 (or 0x034704) is unknown color: approx Myrtle. HEX triplet: 03, 47 and 04. RGB value is (3,71,4). Sum of RGB (Red+Green+Blue) = 3+71+4=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #034704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034704 is #FCB8FB. Grayscale: #2B2B2B. Windows color (decimal): -16562428 or 280323. OLE color: 280323.

HSL color Cylindrical-coordinate representation of color #034704: hue angle of 120.88º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034704 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB3714-
CMYK0.9600.940.72
HSL120.88º91.89%14.51%-
HSV(B)120.88º95.77%27.84%-
XYZ2.314.530.87-
YUV43.03105.9799.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 71 (28.12% from 255) = 91.03%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=3.85%
G=91.03%
B=5.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal37140.9600.940.72120.8891.8914.51
Hex34746005E48795cf
Octal31074140013611017113417
Binary1110001111001100000010111101001000111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034704; }

 p { color: rgb(3,71,4); }

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

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

 a { background-color: rgb(3,71,4); }

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

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

 span { border-color: rgb(3,71,4); }

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