Html Css Color HEX #034A01 Myrtle

📋 copy color: '#034A01'

red 3 ◦ green 74 ◦ blue 1

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

Shades of Myrtle #034A01

Tints of Myrtle #034A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 94.87%

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

R = 3.85%
G = 94.87%
B = 1.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#034A01 (or 0x034A01) is known color: Myrtle. HEX triplet: 03, 4A and 01. RGB value is (3,74,1). Sum of RGB (Red+Green+Blue) = 3+74+1=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 74 (29.30% from 255 or 94.87% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 74 - color contains mainly: green. Hex color #034A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A01 is #FCB5FE. Grayscale: #2C2C2C. Windows color (decimal): -16561663 or 84483. OLE color: 84483.

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

Color convert

RGB 3 74 1 -
CMYK 0.96 0 0.99 0.71
HSL 118.36º 0.97% 0.15% -
HSV(B) 118.36º 0.99% 0.29% -
XYZ 2.49 4.92 0.85 -
YUV 44.45 103.48 98.44 -
System Red Green Blue C M Y K H S L
Decimal 3 74 1 0.96 0 0.99 0.71 118.36 0.97 0.15
Hex 3 4A 1 60 0 63 47 76 61 F
Octal 3 112 1 140 0 143 107 166 141 17
Binary 11 1001010 1 1100000 0 1100011 1000111 1110110 1100001 1111

Color Harmonies of #034A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A01

Black with #034A01

Text Example


Text Example

White with #034A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #034A01;
 }
 .AnyTagClassName
 {
   color: #034A01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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