#034900

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

Shades of Myrtle #034900

Tints of Myrtle #034900

Color information

#034900 (or 0x034900) is unknown color: approx Myrtle. HEX triplet: 03, 49 and 00. RGB value is (3,73,0). Sum of RGB (Red+Green+Blue) = 3+73+0=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 73 (28.91% from 255 or 96.05% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 73 - color contains mainly: green. Hex color #034900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034900 is #FCB6FF. Grayscale: #2B2B2B. Windows color (decimal): -16561920 or 18691. OLE color: 18691.

HSL color Cylindrical-coordinate representation of color #034900: hue angle of 117.53º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #034900 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB3730-
CMYK0.96010.71
HSL117.53º100%14.31%-
HSV(B)117.53º100%28.63%-
XYZ2.424.780.8-
YUV43.75103.3198.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 73 (28.91% from 255) = 96.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.95%
G=96.05%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal37300.96010.71117.5310014.31
Hex349060064477664e
Octal31110140014410716614416
Binary11100100101100000011001001000111111011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034900; }

 p { color: rgb(3,73,0); }

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

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

 a { background-color: rgb(3,73,0); }

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

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

 span { border-color: rgb(3,73,0); }

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