Html Css Color HEX #03964C Pigment Green

📋 copy color: '#03964C'

red 3 ◦ green 150 ◦ blue 76

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

Shades of Pigment Green #03964C

Tints of Pigment Green #03964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 1.31%
G = 65.5%
B = 33.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#03964C (or 0x03964C) is known color: Pigment Green. HEX triplet: 03, 96 and 4C. RGB value is (3,150,76). Sum of RGB (Red+Green+Blue) = 3+150+76=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #03964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03964C is #FC69B3. Grayscale: #616161. Windows color (decimal): -16542132 or 5019139. OLE color: 5019139.

HSL color Cylindrical-coordinate representation of color #03964C: hue angle of 149.8º 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 #03964C is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 150 76 -
CMYK 0.98 0 0.49 0.41
HSL 149.8º 0.96% 0.3% -
HSV(B) 149.8º 0.98% 0.59% -
XYZ 12.25 22.35 10.51 -
YUV 97.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 3 150 76 0.98 0 0.49 0.41 149.8 0.96 0.3
Hex 3 96 4C 62 0 31 29 96 60 1E
Octal 3 226 114 142 0 61 51 226 140 36
Binary 11 10010110 1001100 1100010 0 110001 101001 10010110 1100000 11110

Color Harmonies of #03964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03964C

Black with #03964C

Text Example


Text Example

White with #03964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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