Html Css Color HEX #03D64A Malachite

📋 copy color: '#03D64A'

red 3 ◦ green 214 ◦ blue 74

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

Shades of Malachite #03D64A

Tints of Malachite #03D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.54%

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 1.03%
G = 73.54%
B = 25.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#03D64A (or 0x03D64A) is known color: Malachite. HEX triplet: 03, D6 and 4A. RGB value is (3,214,74). Sum of RGB (Red+Green+Blue) = 3+214+74=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 214 (83.98% from 255 or 73.54% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 214 - color contains mainly: green. Hex color #03D64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D64A is #FC29B5. Grayscale: #878787. Windows color (decimal): -16525750 or 4904451. OLE color: 4904451.

HSL color Cylindrical-coordinate representation of color #03D64A: hue angle of 140.19º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D64A is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 214 74 -
CMYK 0.99 0 0.65 0.16
HSL 140.19º 0.97% 0.43% -
HSV(B) 140.19º 0.99% 0.84% -
XYZ 25.32 48.61 14.53 -
YUV 134.95 93.6 33.88 -
System Red Green Blue C M Y K H S L
Decimal 3 214 74 0.99 0 0.65 0.16 140.19 0.97 0.43
Hex 3 D6 4A 63 0 41 10 8C 61 2B
Octal 3 326 112 143 0 101 20 214 141 53
Binary 11 11010110 1001010 1100011 0 1000001 10000 10001100 1100001 101011

Color Harmonies of #03D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D64A

Black with #03D64A

Text Example


Text Example

White with #03D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03D64A; }

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

 H1.HeaderClassName
 {
   color: #03D64A;
 }
 .AnyTagClassName
 {
   color: #03D64A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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