#034701

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

Shades of Myrtle #034701

Tints of Myrtle #034701

Color information

#034701 (or 0x034701) is unknown color: approx Myrtle. HEX triplet: 03, 47 and 01. RGB value is (3,71,1). Sum of RGB (Red+Green+Blue) = 3+71+1=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 71 (28.12% from 255 or 94.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 71 - color contains mainly: green. Hex color #034701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034701 is #FCB8FE. Grayscale: #2A2A2A. Windows color (decimal): -16562431 or 83715. OLE color: 83715.

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

Color convert

RGB3711-
CMYK0.9600.990.72
HSL118.29º97.22%14.12%-
HSV(B)118.29º98.59%27.84%-
XYZ2.34.530.78-
YUV42.69104.4799.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 71 (28.12% from 255) = 94.67%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=4%
G=94.67%
B=1.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal37110.9600.990.72118.2997.2214.12
Hex347160063487661e
Octal31071140014311016614116
Binary11100011111100000011000111001000111011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034701; }

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

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

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

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

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

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

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

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