Html Css Color HEX #04914D Pigment Green

📋 copy color: '#04914D'

red 4 ◦ green 145 ◦ blue 77

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

Shades of Pigment Green #04914D

Tints of Pigment Green #04914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 64.16%

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

R = 1.77%
G = 64.16%
B = 34.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#04914D (or 0x04914D) is known color: Pigment Green. HEX triplet: 04, 91 and 4D. RGB value is (4,145,77). Sum of RGB (Red+Green+Blue) = 4+145+77=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 145 (57.03% from 255 or 64.16% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 145 - color contains mainly: green. Hex color #04914D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04914D is #FB6EB2. Grayscale: #5F5F5F. Windows color (decimal): -16477875 or 5083396. OLE color: 5083396.

HSL color Cylindrical-coordinate representation of color #04914D: hue angle of 151.06º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04914D is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 77 -
CMYK 0.97 0 0.47 0.43
HSL 151.06º 0.95% 0.29% -
HSV(B) 151.06º 0.97% 0.57% -
XYZ 11.52 20.81 10.43 -
YUV 95.09 117.79 63.03 -
System Red Green Blue C M Y K H S L
Decimal 4 145 77 0.97 0 0.47 0.43 151.06 0.95 0.29
Hex 4 91 4D 61 0 2F 2B 97 5F 1D
Octal 4 221 115 141 0 57 53 227 137 35
Binary 100 10010001 1001101 1100001 0 101111 101011 10010111 1011111 11101

Color Harmonies of #04914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04914D

Black with #04914D

Text Example


Text Example

White with #04914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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