Html Css Color HEX #03964A Pigment Green

📋 copy color: '#03964A'

red 3 ◦ green 150 ◦ blue 74

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

Shades of Pigment Green #03964A

Tints of Pigment Green #03964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.08%

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

R = 1.32%
G = 66.08%
B = 32.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#03964A (or 0x03964A) is known color: Pigment Green. HEX triplet: 03, 96 and 4A. RGB value is (3,150,74). Sum of RGB (Red+Green+Blue) = 3+150+74=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #03964A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03964A is #FC69B5. Grayscale: #616161. Windows color (decimal): -16542134 or 4888067. OLE color: 4888067.

HSL color Cylindrical-coordinate representation of color #03964A: hue angle of 148.98º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03964A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 150 74 -
CMYK 0.98 0 0.51 0.41
HSL 148.98º 0.96% 0.3% -
HSV(B) 148.98º 0.98% 0.59% -
XYZ 12.18 22.33 10.15 -
YUV 97.38 114.8 60.68 -
System Red Green Blue C M Y K H S L
Decimal 3 150 74 0.98 0 0.51 0.41 148.98 0.96 0.3
Hex 3 96 4A 62 0 33 29 95 60 1E
Octal 3 226 112 142 0 63 51 225 140 36
Binary 11 10010110 1001010 1100010 0 110011 101001 10010101 1100000 11110

Color Harmonies of #03964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03964A

Black with #03964A

Text Example


Text Example

White with #03964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03964A; }

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

 H1.HeaderClassName
 {
   color: #03964A;
 }
 .AnyTagClassName
 {
   color: #03964A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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