#034601

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

Shades of Myrtle #034601

Tints of Myrtle #034601

Color information

#034601 (or 0x034601) is unknown color: approx Myrtle. HEX triplet: 03, 46 and 01. RGB value is (3,70,1). Sum of RGB (Red+Green+Blue) = 3+70+1=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 70 (27.73% from 255 or 94.59% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 70 - color contains mainly: green. Hex color #034601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034601 is #FCB9FE. Grayscale: #2A2A2A. Windows color (decimal): -16562687 or 83459. OLE color: 83459.

HSL color Cylindrical-coordinate representation of color #034601: hue angle of 118.26º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034601 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB3701-
CMYK0.9600.990.73
HSL118.26º97.18%13.92%-
HSV(B)118.26º98.57%27.45%-
XYZ2.234.40.76-
YUV42.1104.8100.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 70 (27.73% from 255) = 94.59%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=4.05%
G=94.59%
B=1.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal37010.9600.990.73118.2697.1813.92
Hex346160063497661e
Octal31061140014311116614116
Binary11100011011100000011000111001001111011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034601; }

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

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

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

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

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

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

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

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