#04B352

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

Shades of Pigment Green #04B352

Tints of Pigment Green #04B352

Color information

#04B352 (or 0x04B352) is unknown color: approx Pigment Green. HEX triplet: 04, B3 and 52. RGB value is (4,179,82). Sum of RGB (Red+Green+Blue) = 4+179+82=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #04B352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B352 is #FB4CAD. Grayscale: #737373. Windows color (decimal): -16469166 or 5419780. OLE color: 5419780.

HSL color Cylindrical-coordinate representation of color #04B352: hue angle of 146.74º 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 #04B352 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB417982-
CMYK0.9800.540.30
HSL146.74º95.63%35.88%-
HSV(B)146.74º97.77%70.2%-
XYZ17.6932.8813.4-
YUV115.62109.0248.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 179 (70.31% from 255) = 67.55%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=1.51%
G=67.55%
B=30.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4179820.9800.540.30146.7495.6335.88
Hex4B352620361E936024
Octal42631221420663622314044
Binary1001011001110100101100010011011011110100100111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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