#04B351

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

Shades of Pigment Green #04B351

Tints of Pigment Green #04B351

Color information

#04B351 (or 0x04B351) is unknown color: approx Pigment Green. HEX triplet: 04, B3 and 51. RGB value is (4,179,81). Sum of RGB (Red+Green+Blue) = 4+179+81=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 179 (70.31% from 255 or 67.80% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 179 - color contains mainly: green. Hex color #04B351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B351 is #FB4CAE. Grayscale: #737373. Windows color (decimal): -16469167 or 5354244. OLE color: 5354244.

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

Color convert

RGB417981-
CMYK0.9800.550.30
HSL146.4º95.63%35.88%-
HSV(B)146.4º97.77%70.2%-
XYZ17.6632.8613.2-
YUV115.5108.5248.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 179 (70.31% from 255) = 67.80%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=1.52%
G=67.80%
B=30.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4179810.9800.550.30146.495.6335.88
Hex4B351620371E926024
Octal42631211420673622214044
Binary1001011001110100011100010011011111110100100101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,179,81); }

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

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

 a { background-color: rgb(4,179,81); }

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

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

 span { border-color: rgb(4,179,81); }

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