#04A348

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

Shades of Pigment Green #04A348

Tints of Pigment Green #04A348

Color information

#04A348 (or 0x04A348) is unknown color: approx Pigment Green. HEX triplet: 04, A3 and 48. RGB value is (4,163,72). Sum of RGB (Red+Green+Blue) = 4+163+72=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #04A348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A348 is #FB5CB7. Grayscale: #696969. Windows color (decimal): -16473272 or 4760324. OLE color: 4760324.

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

Color convert

RGB416372-
CMYK0.9800.560.36
HSL145.66º95.21%32.75%-
HSV(B)145.66º97.55%63.92%-
XYZ14.3226.6910.53-
YUV105.08109.3255.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 163 (64.06% from 255) = 68.20%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=1.67%
G=68.20%
B=30.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4163720.9800.560.36145.6695.2132.75
Hex4A3486203824925f21
Octal42431101420704422213741
Binary10010100011100100011000100111000100100100100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,163,72); }

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

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

 a { background-color: rgb(4,163,72); }

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

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

 span { border-color: rgb(4,163,72); }

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