Html Css Color HEX #04A548 Pigment Green

📋 copy color: '#04A548'

red 4 ◦ green 165 ◦ blue 72

#04A548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #04A548

Tints of Pigment Green #04A548

RGB

 RED value IS 4 (1.95% from 255) = 1.66%

 GREEN value IS 165 (64.84% from 255) = 68.46%

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 1.66%
G = 68.46%
B = 29.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#04A548 (or 0x04A548) is known color: Pigment Green. HEX triplet: 04, A5 and 48. RGB value is (4,165,72). Sum of RGB (Red+Green+Blue) = 4+165+72=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #04A548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A548 is #FB5AB7. Grayscale: #6A6A6A. Windows color (decimal): -16472760 or 4760836. OLE color: 4760836.

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

Color convert

RGB 4 165 72 -
CMYK 0.98 0 0.56 0.35
HSL 145.34º 0.95% 0.33% -
HSV(B) 145.34º 0.98% 0.65% -
XYZ 14.67 27.4 10.65 -
YUV 106.26 108.66 55.06 -
System Red Green Blue C M Y K H S L
Decimal 4 165 72 0.98 0 0.56 0.35 145.34 0.95 0.33
Hex 4 A5 48 62 0 38 23 91 5F 21
Octal 4 245 110 142 0 70 43 221 137 41
Binary 100 10100101 1001000 1100010 0 111000 100011 10010001 1011111 100001

Color Harmonies of #04A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A548

Black with #04A548

Text Example


Text Example

White with #04A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04A548;
 }
 .AnyTagClassName
 {
   color: #04A548;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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