#034802

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

Shades of Myrtle #034802

Tints of Myrtle #034802

Color information

#034802 (or 0x034802) is unknown color: approx Myrtle. HEX triplet: 03, 48 and 02. RGB value is (3,72,2). Sum of RGB (Red+Green+Blue) = 3+72+2=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 72 (28.52% from 255 or 93.51% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 72 - color contains mainly: green. Hex color #034802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034802 is #FCB7FD. Grayscale: #2B2B2B. Windows color (decimal): -16562174 or 149507. OLE color: 149507.

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

Color convert

RGB3722-
CMYK0.9600.970.72
HSL119.14º94.59%14.51%-
HSV(B)119.14º97.22%28.24%-
XYZ2.374.660.83-
YUV43.39104.6499.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 72 (28.52% from 255) = 93.51%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=3.90%
G=93.51%
B=2.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal37220.9600.970.72119.1494.5914.51
Hex34826006148775ff
Octal31102140014111016713717
Binary111001000101100000011000011001000111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034802; }

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

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

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

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

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

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

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

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