#034C0E

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

Shades of Myrtle #034C0E

Tints of Myrtle #034C0E

Color information

#034C0E (or 0x034C0E) is unknown color: approx Myrtle. HEX triplet: 03, 4C and 0E. RGB value is (3,76,14). Sum of RGB (Red+Green+Blue) = 3+76+14=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 76 (30.08% from 255 or 81.72% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 76 - color contains mainly: green. Hex color #034C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C0E is #FCB3F1. Grayscale: #2F2F2F. Windows color (decimal): -16561138 or 936963. OLE color: 936963.

HSL color Cylindrical-coordinate representation of color #034C0E: hue angle of 129.04º 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 #034C0E is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB37614-
CMYK0.9600.820.70
HSL129.04º92.41%15.49%-
HSV(B)129.04º96.05%29.8%-
XYZ2.75.221.28-
YUV47.1109.3296.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 76 (30.08% from 255) = 81.72%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=3.23%
G=81.72%
B=15.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376140.9600.820.70129.0492.4115.49
Hex34CE6005246815cf
Octal311416140012210620113417
Binary111001100111011000000101001010001101000000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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