#034A09

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

Shades of Myrtle #034A09

Tints of Myrtle #034A09

Color information

#034A09 (or 0x034A09) is unknown color: approx Myrtle. HEX triplet: 03, 4A and 09. RGB value is (3,74,9). Sum of RGB (Red+Green+Blue) = 3+74+9=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 74 (29.30% from 255 or 86.05% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 74 - color contains mainly: green. Hex color #034A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A09 is #FCB5F6. Grayscale: #2D2D2D. Windows color (decimal): -16561655 or 608771. OLE color: 608771.

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

Color convert

RGB3749-
CMYK0.9600.880.71
HSL125.07º92.21%15.1%-
HSV(B)125.07º95.95%29.02%-
XYZ2.544.941.08-
YUV45.36107.4897.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 74 (29.30% from 255) = 86.05%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=3.49%
G=86.05%
B=10.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal37490.9600.880.71125.0792.2115.1
Hex34A960058477d5cf
Octal311211140013010717513417
Binary11100101010011100000010110001000111111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,74,9); }

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

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

 a { background-color: rgb(3,74,9); }

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

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

 span { border-color: rgb(3,74,9); }

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