#034C05

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

Shades of Myrtle #034C05

Tints of Myrtle #034C05

Color information

#034C05 (or 0x034C05) is unknown color: approx Myrtle. HEX triplet: 03, 4C and 05. RGB value is (3,76,5). Sum of RGB (Red+Green+Blue) = 3+76+5=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 76 (30.08% from 255 or 90.48% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 76 - color contains mainly: green. Hex color #034C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C05 is #FCB3FA. Grayscale: #2E2E2E. Windows color (decimal): -16561147 or 347139. OLE color: 347139.

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

Color convert

RGB3765-
CMYK0.9600.930.70
HSL121.64º92.41%15.49%-
HSV(B)121.64º96.05%29.8%-
XYZ2.655.21.01-
YUV46.08104.8297.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 76 (30.08% from 255) = 90.48%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=3.57%
G=90.48%
B=5.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal37650.9600.930.70121.6492.4115.49
Hex34C56005D467a5cf
Octal31145140013510617213417
Binary1110011001011100000010111011000110111101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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