Html Css Color HEX #03994C Pigment Green

📋 copy color: '#03994C'

red 3 ◦ green 153 ◦ blue 76

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

Shades of Pigment Green #03994C

Tints of Pigment Green #03994C

RGB

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

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

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

R = 1.29%
G = 65.95%
B = 32.76%

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

#03994C (or 0x03994C) is known color: Pigment Green. HEX triplet: 03, 99 and 4C. RGB value is (3,153,76). Sum of RGB (Red+Green+Blue) = 3+153+76=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #03994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03994C is #FC66B3. Grayscale: #636363. Windows color (decimal): -16541364 or 5019907. OLE color: 5019907.

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

Color convert

RGB 3 153 76 -
CMYK 0.98 0 0.50 0.4
HSL 149.2º 0.96% 0.31% -
HSV(B) 149.2º 0.98% 0.6% -
XYZ 12.73 23.32 10.67 -
YUV 99.37 114.81 59.26 -
System Red Green Blue C M Y K H S L
Decimal 3 153 76 0.98 0 0.50 0.4 149.2 0.96 0.31
Hex 3 99 4C 62 0 32 28 95 60 1F
Octal 3 231 114 142 0 62 50 225 140 37
Binary 11 10011001 1001100 1100010 0 110010 101000 10010101 1100000 11111

Color Harmonies of #03994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03994C

Black with #03994C

Text Example


Text Example

White with #03994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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