#034E01

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

Shades of Myrtle #034E01

Tints of Myrtle #034E01

Color information

#034E01 (or 0x034E01) is unknown color: approx Myrtle. HEX triplet: 03, 4E and 01. RGB value is (3,78,1). Sum of RGB (Red+Green+Blue) = 3+78+1=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 78 (30.86% from 255 or 95.12% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 78 - color contains mainly: green. Hex color #034E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034E01 is #FCB1FE. Grayscale: #2F2F2F. Windows color (decimal): -16560639 or 85507. OLE color: 85507.

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

Color convert

RGB3781-
CMYK0.9600.990.69
HSL118.44º97.47%15.49%-
HSV(B)118.44º98.72%30.59%-
XYZ2.775.470.94-
YUV46.8102.1596.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 78 (30.86% from 255) = 95.12%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=3.66%
G=95.12%
B=1.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal37810.9600.990.69118.4497.4715.49
Hex34E160063457661f
Octal31161140014310516614117
Binary11100111011100000011000111000101111011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,78,1); }

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

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

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

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

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

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

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