#04A541

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

Shades of Pigment Green #04A541

Tints of Pigment Green #04A541

Color information

#04A541 (or 0x04A541) is unknown color: approx Pigment Green. HEX triplet: 04, A5 and 41. RGB value is (4,165,65). Sum of RGB (Red+Green+Blue) = 4+165+65=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #04A541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A541 is #FB5ABE. Grayscale: #696969. Windows color (decimal): -16472767 or 4302084. OLE color: 4302084.

HSL color Cylindrical-coordinate representation of color #04A541: hue angle of 142.73º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A541 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB416565-
CMYK0.9800.610.35
HSL142.73º95.27%33.14%-
HSV(B)142.73º97.58%64.71%-
XYZ14.4627.329.51-
YUV105.46105.1655.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 165 (64.84% from 255) = 70.51%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=1.71%
G=70.51%
B=27.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4165650.9800.610.35142.7395.2733.14
Hex4A5416203D238f5f21
Octal42451011420754321713741
Binary10010100101100000111000100111101100011100011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,165,65); }

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

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

 a { background-color: rgb(4,165,65); }

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

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

 span { border-color: rgb(4,165,65); }

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