#04B54D

Color #04B54D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #04B54D

Tints of Pigment Green #04B54D

Color information

#04B54D (or 0x04B54D) is unknown color: approx Pigment Green. HEX triplet: 04, B5 and 4D. RGB value is (4,181,77). Sum of RGB (Red+Green+Blue) = 4+181+77=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #04B54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B54D is #FB4AB2. Grayscale: #747474. Windows color (decimal): -16468659 or 5092612. OLE color: 5092612.

HSL color Cylindrical-coordinate representation of color #04B54D: hue angle of 144.75º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B54D is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB418177-
CMYK0.9800.570.29
HSL144.75º95.68%36.27%-
HSV(B)144.75º97.79%70.98%-
XYZ17.9133.6112.56-
YUV116.22105.8647.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 181 (71.09% from 255) = 69.08%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=1.53%
G=69.08%
B=29.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4181770.9800.570.29144.7595.6836.27
Hex4B54D620391D916024
Octal42651151420713522114044
Binary1001011010110011011100010011100111101100100011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04B54D; }

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

 H1.HeaderClassName
 {
   color: #04B54D;
 }
 .AnyTagClassName
 {
   color: #04B54D;
 }
</style>
background-color css

<style>
 a { background-color: #04B54D; }

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

 div.DivClassName
 {
   background-color: #04B54D;
 }
 .BgClassName
 {
   background-color: #04B54D;
 }
</style>
border-color css

<style>
 span { border-color: #04B54D; }

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

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