#034F01

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

Shades of Myrtle #034F01

Tints of Myrtle #034F01

Color information

#034F01 (or 0x034F01) is unknown color: approx Myrtle. HEX triplet: 03, 4F and 01. RGB value is (3,79,1). Sum of RGB (Red+Green+Blue) = 3+79+1=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 79 (31.25% from 255 or 95.18% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 79 - color contains mainly: green. Hex color #034F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034F01 is #FCB0FE. Grayscale: #2F2F2F. Windows color (decimal): -16560383 or 85763. OLE color: 85763.

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

Color convert

RGB3791-
CMYK0.9600.990.69
HSL118.46º97.5%15.69%-
HSV(B)118.46º98.73%30.98%-
XYZ2.845.610.96-
YUV47.38101.8296.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 79 (31.25% from 255) = 95.18%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=3.61%
G=95.18%
B=1.20%

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
Decimal37910.9600.990.69118.4697.515.69
Hex34F16006345766210
Octal31171140014310516614220
Binary111001111111000000110001110001011110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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