Html Css Color HEX #04914C Pigment Green

📋 copy color: '#04914C'

red 4 ◦ green 145 ◦ blue 76

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

Shades of Pigment Green #04914C

Tints of Pigment Green #04914C

RGB

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

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

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

R = 1.78%
G = 64.44%
B = 33.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#04914C (or 0x04914C) is known color: Pigment Green. HEX triplet: 04, 91 and 4C. RGB value is (4,145,76). Sum of RGB (Red+Green+Blue) = 4+145+76=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #04914C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04914C is #FB6EB3. Grayscale: #5F5F5F. Windows color (decimal): -16477876 or 5017860. OLE color: 5017860.

HSL color Cylindrical-coordinate representation of color #04914C: hue angle of 150.64º 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 #04914C is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 76 -
CMYK 0.97 0 0.48 0.43
HSL 150.64º 0.95% 0.29% -
HSV(B) 150.64º 0.97% 0.57% -
XYZ 11.48 20.8 10.25 -
YUV 94.98 117.29 63.11 -
System Red Green Blue C M Y K H S L
Decimal 4 145 76 0.97 0 0.48 0.43 150.64 0.95 0.29
Hex 4 91 4C 61 0 30 2B 97 5F 1D
Octal 4 221 114 141 0 60 53 227 137 35
Binary 100 10010001 1001100 1100001 0 110000 101011 10010111 1011111 11101

Color Harmonies of #04914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04914C

Black with #04914C

Text Example


Text Example

White with #04914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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