#034D03

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

Shades of Myrtle #034D03

Tints of Myrtle #034D03

Color information

#034D03 (or 0x034D03) is unknown color: approx Myrtle. HEX triplet: 03, 4D and 03. RGB value is (3,77,3). Sum of RGB (Red+Green+Blue) = 3+77+3=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 77 (30.47% from 255 or 92.77% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 77 - color contains mainly: green. Hex color #034D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D03 is #FCB2FC. Grayscale: #2E2E2E. Windows color (decimal): -16560893 or 216323. OLE color: 216323.

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

Color convert

RGB3773-
CMYK0.9600.960.70
HSL120º92.5%15.69%-
HSV(B)120º96.1%30.2%-
XYZ2.715.330.97-
YUV46.44103.4897.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 77 (30.47% from 255) = 92.77%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=3.61%
G=92.77%
B=3.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal37730.9600.960.7012092.515.69
Hex34D36006046785c10
Octal31153140014010617013420
Binary1110011011111000000110000010001101111000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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