#034706

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

Shades of Myrtle #034706

Tints of Myrtle #034706

Color information

#034706 (or 0x034706) is unknown color: approx Myrtle. HEX triplet: 03, 47 and 06. RGB value is (3,71,6). Sum of RGB (Red+Green+Blue) = 3+71+6=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 71 (28.12% from 255 or 88.75% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 71 - color contains mainly: green. Hex color #034706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034706 is #FCB8F9. Grayscale: #2B2B2B. Windows color (decimal): -16562426 or 411395. OLE color: 411395.

HSL color Cylindrical-coordinate representation of color #034706: hue angle of 122.65º 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 #034706 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB3716-
CMYK0.9600.920.72
HSL122.65º91.89%14.51%-
HSV(B)122.65º95.77%27.84%-
XYZ2.324.540.93-
YUV43.26106.9799.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 71 (28.12% from 255) = 88.75%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=3.75%
G=88.75%
B=7.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal37160.9600.920.72122.6591.8914.51
Hex34766005C487b5cf
Octal31076140013411017313417
Binary1110001111101100000010111001001000111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034706; }

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

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

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

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

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

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

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

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