#034201

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

Shades of Myrtle #034201

Tints of Myrtle #034201

Color information

#034201 (or 0x034201) is unknown color: approx Myrtle. HEX triplet: 03, 42 and 01. RGB value is (3,66,1). Sum of RGB (Red+Green+Blue) = 3+66+1=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 66 (26.17% from 255 or 94.29% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 66 - color contains mainly: green. Hex color #034201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034201 is #FCBDFE. Grayscale: #272727. Windows color (decimal): -16563711 or 82435. OLE color: 82435.

HSL color Cylindrical-coordinate representation of color #034201: hue angle of 118.15º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034201 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB3661-
CMYK0.9500.980.74
HSL118.15º97.01%13.14%-
HSV(B)118.15º98.48%25.88%-
XYZ1.993.920.68-
YUV39.75106.13101.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 66 (26.17% from 255) = 94.29%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=4.29%
G=94.29%
B=1.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal36610.9500.980.74118.1597.0113.14
Hex34215F0624A7661d
Octal31021137014211216614115
Binary11100001011011111011000101001010111011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034201; }

 p { color: rgb(3,66,1); }

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

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

 a { background-color: rgb(3,66,1); }

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

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

 span { border-color: rgb(3,66,1); }

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