Html Css Color HEX #03994D Pigment Green

📋 copy color: '#03994D'

red 3 ◦ green 153 ◦ blue 77

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

Shades of Pigment Green #03994D

Tints of Pigment Green #03994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 65.67%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 1.29%
G = 65.67%
B = 33.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#03994D (or 0x03994D) is known color: Pigment Green. HEX triplet: 03, 99 and 4D. RGB value is (3,153,77). Sum of RGB (Red+Green+Blue) = 3+153+77=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #03994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03994D is #FC66B2. Grayscale: #636363. Windows color (decimal): -16541363 or 5085443. OLE color: 5085443.

HSL color Cylindrical-coordinate representation of color #03994D: hue angle of 149.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03994D is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 153 77 -
CMYK 0.98 0 0.50 0.4
HSL 149.6º 0.96% 0.31% -
HSV(B) 149.6º 0.98% 0.6% -
XYZ 12.77 23.34 10.85 -
YUV 99.49 115.31 59.18 -
System Red Green Blue C M Y K H S L
Decimal 3 153 77 0.98 0 0.50 0.4 149.6 0.96 0.31
Hex 3 99 4D 62 0 32 28 96 60 1F
Octal 3 231 115 142 0 62 50 226 140 37
Binary 11 10011001 1001101 1100010 0 110010 101000 10010110 1100000 11111

Color Harmonies of #03994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03994D

Black with #03994D

Text Example


Text Example

White with #03994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03994D; }

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

 H1.HeaderClassName
 {
   color: #03994D;
 }
 .AnyTagClassName
 {
   color: #03994D;
 }
</style>

background-color css

<style>
 a { background-color: #03994D; }

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

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

border-color css

<style>
 span { border-color: #03994D; }

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

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