Html Css Color HEX #03954C Pigment Green

📋 copy color: '#03954C'

red 3 ◦ green 149 ◦ blue 76

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

Shades of Pigment Green #03954C

Tints of Pigment Green #03954C

RGB

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

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

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

R = 1.32%
G = 65.35%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#03954C (or 0x03954C) is known color: Pigment Green. HEX triplet: 03, 95 and 4C. RGB value is (3,149,76). Sum of RGB (Red+Green+Blue) = 3+149+76=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #03954C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03954C is #FC6AB3. Grayscale: #616161. Windows color (decimal): -16542388 or 5018883. OLE color: 5018883.

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

Color convert

RGB 3 149 76 -
CMYK 0.98 0 0.49 0.42
HSL 150º 0.96% 0.3% -
HSV(B) 150º 0.98% 0.58% -
XYZ 12.09 22.04 10.45 -
YUV 97.02 116.13 60.94 -
System Red Green Blue C M Y K H S L
Decimal 3 149 76 0.98 0 0.49 0.42 150 0.96 0.3
Hex 3 95 4C 62 0 31 2A 96 60 1E
Octal 3 225 114 142 0 61 52 226 140 36
Binary 11 10010101 1001100 1100010 0 110001 101010 10010110 1100000 11110

Color Harmonies of #03954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03954C

Black with #03954C

Text Example


Text Example

White with #03954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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