Html Css Color HEX #034D01 Myrtle

📋 copy color: '#034D01'

red 3 ◦ green 77 ◦ blue 1

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

Shades of Myrtle #034D01

Tints of Myrtle #034D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 95.06%

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

R = 3.7%
G = 95.06%
B = 1.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#034D01 (or 0x034D01) is known color: Myrtle. HEX triplet: 03, 4D and 01. RGB value is (3,77,1). Sum of RGB (Red+Green+Blue) = 3+77+1=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 77 (30.47% from 255 or 95.06% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 77 - color contains mainly: green. Hex color #034D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D01 is #FCB2FE. Grayscale: #2E2E2E. Windows color (decimal): -16560895 or 85251. OLE color: 85251.

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

Color convert

RGB 3 77 1 -
CMYK 0.96 0 0.99 0.70
HSL 118.42º 0.97% 0.15% -
HSV(B) 118.42º 0.99% 0.3% -
XYZ 2.7 5.33 0.92 -
YUV 46.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 3 77 1 0.96 0 0.99 0.70 118.42 0.97 0.15
Hex 3 4D 1 60 0 63 46 76 61 F
Octal 3 115 1 140 0 143 106 166 141 17
Binary 11 1001101 1 1100000 0 1100011 1000110 1110110 1100001 1111

Color Harmonies of #034D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D01

Black with #034D01

Text Example


Text Example

White with #034D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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