#034C0D

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

Shades of Myrtle #034C0D

Tints of Myrtle #034C0D

Color information

#034C0D (or 0x034C0D) is unknown color: approx Myrtle. HEX triplet: 03, 4C and 0D. RGB value is (3,76,13). Sum of RGB (Red+Green+Blue) = 3+76+13=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 76 (30.08% from 255 or 82.61% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 76 - color contains mainly: green. Hex color #034C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C0D is #FCB3F2. Grayscale: #2F2F2F. Windows color (decimal): -16561139 or 871427. OLE color: 871427.

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

Color convert

RGB37613-
CMYK0.9600.830.70
HSL128.22º92.41%15.49%-
HSV(B)128.22º96.05%29.8%-
XYZ2.695.221.25-
YUV46.99108.8296.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 76 (30.08% from 255) = 82.61%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=3.26%
G=82.61%
B=14.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376130.9600.830.70128.2292.4115.49
Hex34CD6005346805cf
Octal311415140012310620013417
Binary111001100110111000000101001110001101000000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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