Html Css Color HEX #05A548 Pigment Green

📋 copy color: '#05A548'

red 5 ◦ green 165 ◦ blue 72

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

Shades of Pigment Green #05A548

Tints of Pigment Green #05A548

RGB

 RED value IS 5 (2.34% from 255) = 2.07%

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

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

R = 2.07%
G = 68.18%
B = 29.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#05A548 (or 0x05A548) is known color: Pigment Green. HEX triplet: 05, A5 and 48. RGB value is (5,165,72). Sum of RGB (Red+Green+Blue) = 5+165+72=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 165 (64.84% from 255 or 68.18% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 165 - color contains mainly: green. Hex color #05A548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A548 is #FA5AB7. Grayscale: #6A6A6A. Windows color (decimal): -16407224 or 4760837. OLE color: 4760837.

HSL color Cylindrical-coordinate representation of color #05A548: hue angle of 145.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A548 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 165 72 -
CMYK 0.97 0 0.56 0.35
HSL 145.13º 0.94% 0.33% -
HSV(B) 145.13º 0.97% 0.65% -
XYZ 14.69 27.41 10.65 -
YUV 106.56 108.49 55.56 -
System Red Green Blue C M Y K H S L
Decimal 5 165 72 0.97 0 0.56 0.35 145.13 0.94 0.33
Hex 5 A5 48 61 0 38 23 91 5E 21
Octal 5 245 110 141 0 70 43 221 136 41
Binary 101 10100101 1001000 1100001 0 111000 100011 10010001 1011110 100001

Color Harmonies of #05A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A548

Black with #05A548

Text Example


Text Example

White with #05A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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