#034D02

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

Shades of Myrtle #034D02

Tints of Myrtle #034D02

Color information

#034D02 (or 0x034D02) is unknown color: approx Myrtle. HEX triplet: 03, 4D and 02. RGB value is (3,77,2). Sum of RGB (Red+Green+Blue) = 3+77+2=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 77 (30.47% from 255 or 93.90% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 77 - color contains mainly: green. Hex color #034D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D02 is #FCB2FD. Grayscale: #2E2E2E. Windows color (decimal): -16560894 or 150787. OLE color: 150787.

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

Color convert

RGB3772-
CMYK0.9600.970.70
HSL119.2º94.94%15.49%-
HSV(B)119.2º97.4%30.2%-
XYZ2.75.330.94-
YUV46.32102.9897.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 77 (30.47% from 255) = 93.90%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=3.66%
G=93.90%
B=2.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal37720.9600.970.70119.294.9415.49
Hex34D26006146775ff
Octal31152140014110616713717
Binary111001101101100000011000011000110111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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