#034F05

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

Shades of Myrtle #034F05

Tints of Myrtle #034F05

Color information

#034F05 (or 0x034F05) is unknown color: approx Myrtle. HEX triplet: 03, 4F and 05. RGB value is (3,79,5). Sum of RGB (Red+Green+Blue) = 3+79+5=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 79 (31.25% from 255 or 90.80% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 79 - color contains mainly: green. Hex color #034F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034F05 is #FCB0FA. Grayscale: #303030. Windows color (decimal): -16560379 or 347907. OLE color: 347907.

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

Color convert

RGB3795-
CMYK0.9600.940.69
HSL121.58º92.68%16.08%-
HSV(B)121.58º96.2%30.98%-
XYZ2.865.621.08-
YUV47.84103.8296.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 79 (31.25% from 255) = 90.80%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=3.45%
G=90.80%
B=5.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal37950.9600.940.69121.5892.6816.08
Hex34F56005E457a5d10
Octal31175140013610517213520
Binary11100111110111000000101111010001011111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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