Html Css Color HEX #034701 Myrtle

📋 copy color: '#034701'

red 3 ◦ green 71 ◦ blue 1

#034701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #034701

Tints of Myrtle #034701

RGB

 RED value IS 3 (1.56% from 255) = 4%

 GREEN value IS 71 (28.13% from 255) = 94.67%

 BLUE value IS 1 (0.78% from 255) = 1.33%

R = 4%
G = 94.67%
B = 1.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#034701 (or 0x034701) is known color: 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

RGB 3 71 1 -
CMYK 0.96 0 0.99 0.72
HSL 118.29º 0.97% 0.14% -
HSV(B) 118.29º 0.99% 0.28% -
XYZ 2.3 4.53 0.78 -
YUV 42.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 3 71 1 0.96 0 0.99 0.72 118.29 0.97 0.14
Hex 3 47 1 60 0 63 48 76 61 E
Octal 3 107 1 140 0 143 110 166 141 16
Binary 11 1000111 1 1100000 0 1100011 1001000 1110110 1100001 1110

Color Harmonies of #034701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034701

Black with #034701

Text Example


Text Example

White with #034701

Text Example


Text Example

HTML Codes & Css Web 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>