Html Css Color HEX #04964D Pigment Green

📋 copy color: '#04964D'

red 4 ◦ green 150 ◦ blue 77

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

Shades of Pigment Green #04964D

Tints of Pigment Green #04964D

RGB

 RED value IS 4 (1.95% from 255) = 1.73%

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

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

R = 1.73%
G = 64.94%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#04964D (or 0x04964D) is known color: Pigment Green. HEX triplet: 04, 96 and 4D. RGB value is (4,150,77). Sum of RGB (Red+Green+Blue) = 4+150+77=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #04964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04964D is #FB69B2. Grayscale: #626262. Windows color (decimal): -16476595 or 5084676. OLE color: 5084676.

HSL color Cylindrical-coordinate representation of color #04964D: hue angle of 150º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04964D is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 150 77 -
CMYK 0.97 0 0.49 0.41
HSL 150º 0.95% 0.3% -
HSV(B) 150º 0.97% 0.59% -
XYZ 12.3 22.37 10.69 -
YUV 98.02 116.13 60.94 -
System Red Green Blue C M Y K H S L
Decimal 4 150 77 0.97 0 0.49 0.41 150 0.95 0.3
Hex 4 96 4D 61 0 31 29 96 5F 1E
Octal 4 226 115 141 0 61 51 226 137 36
Binary 100 10010110 1001101 1100001 0 110001 101001 10010110 1011111 11110

Color Harmonies of #04964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04964D

Black with #04964D

Text Example


Text Example

White with #04964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,150,77); }

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

background-color css

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

 a { background-color: rgb(4,150,77); }

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

border-color css

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

 span { border-color: rgb(4,150,77); }

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