#034902

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

Shades of Myrtle #034902

Tints of Myrtle #034902

Color information

#034902 (or 0x034902) is unknown color: approx Myrtle. HEX triplet: 03, 49 and 02. RGB value is (3,73,2). Sum of RGB (Red+Green+Blue) = 3+73+2=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 73 (28.91% from 255 or 93.59% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 73 - color contains mainly: green. Hex color #034902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034902 is #FCB6FD. Grayscale: #2C2C2C. Windows color (decimal): -16561918 or 149763. OLE color: 149763.

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

Color convert

RGB3732-
CMYK0.9600.970.71
HSL119.15º94.67%14.71%-
HSV(B)119.15º97.26%28.63%-
XYZ2.434.790.85-
YUV43.98104.3198.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 73 (28.91% from 255) = 93.59%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=3.85%
G=93.59%
B=2.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal37320.9600.970.71119.1594.6714.71
Hex34926006147775ff
Octal31112140014110716713717
Binary111001001101100000011000011000111111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034902; }

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

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

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

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

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

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

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

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