#034D06

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

Shades of Myrtle #034D06

Tints of Myrtle #034D06

Color information

#034D06 (or 0x034D06) is unknown color: approx Myrtle. HEX triplet: 03, 4D and 06. RGB value is (3,77,6). Sum of RGB (Red+Green+Blue) = 3+77+6=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 77 (30.47% from 255 or 89.53% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 77 - color contains mainly: green. Hex color #034D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D06 is #FCB2F9. Grayscale: #2E2E2E. Windows color (decimal): -16560890 or 412931. OLE color: 412931.

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

Color convert

RGB3776-
CMYK0.9600.920.70
HSL122.43º92.5%15.69%-
HSV(B)122.43º96.1%30.2%-
XYZ2.725.341.06-
YUV46.78104.9896.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 77 (30.47% from 255) = 89.53%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=3.49%
G=89.53%
B=6.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal37760.9600.920.70122.4392.515.69
Hex34D66005C467a5c10
Octal31156140013410617213420
Binary11100110111011000000101110010001101111010101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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