Html Css Color HEX #03954A Pigment Green

📋 copy color: '#03954A'

red 3 ◦ green 149 ◦ blue 74

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

Shades of Pigment Green #03954A

Tints of Pigment Green #03954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.93%

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

R = 1.33%
G = 65.93%
B = 32.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#03954A (or 0x03954A) is known color: Pigment Green. HEX triplet: 03, 95 and 4A. RGB value is (3,149,74). Sum of RGB (Red+Green+Blue) = 3+149+74=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #03954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03954A is #FC6AB5. Grayscale: #606060. Windows color (decimal): -16542390 or 4887811. OLE color: 4887811.

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

Color convert

RGB 3 149 74 -
CMYK 0.98 0 0.50 0.42
HSL 149.18º 0.96% 0.3% -
HSV(B) 149.18º 0.98% 0.58% -
XYZ 12.02 22.01 10.09 -
YUV 96.8 115.13 61.1 -
System Red Green Blue C M Y K H S L
Decimal 3 149 74 0.98 0 0.50 0.42 149.18 0.96 0.3
Hex 3 95 4A 62 0 32 2A 95 60 1E
Octal 3 225 112 142 0 62 52 225 140 36
Binary 11 10010101 1001010 1100010 0 110010 101010 10010101 1100000 11110

Color Harmonies of #03954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03954A

Black with #03954A

Text Example


Text Example

White with #03954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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