Html Css Color HEX #05A438 Pigment Green

📋 copy color: '#05A438'

red 5 ◦ green 164 ◦ blue 56

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

Shades of Pigment Green #05A438

Tints of Pigment Green #05A438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 72.89%

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 2.22%
G = 72.89%
B = 24.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#05A438 (or 0x05A438) is known color: Pigment Green. HEX triplet: 05, A4 and 38. RGB value is (5,164,56). Sum of RGB (Red+Green+Blue) = 5+164+56=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 164 (64.45% from 255 or 72.89% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 164 - color contains mainly: green. Hex color #05A438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A438 is #FA5BC7. Grayscale: #686868. Windows color (decimal): -16407496 or 3712005. OLE color: 3712005.

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

Color convert

RGB 5 164 56 -
CMYK 0.97 0 0.66 0.36
HSL 139.25º 0.94% 0.33% -
HSV(B) 139.25º 0.97% 0.64% -
XYZ 14.05 26.87 8.19 -
YUV 104.15 100.82 57.28 -
System Red Green Blue C M Y K H S L
Decimal 5 164 56 0.97 0 0.66 0.36 139.25 0.94 0.33
Hex 5 A4 38 61 0 42 24 8B 5E 21
Octal 5 244 70 141 0 102 44 213 136 41
Binary 101 10100100 111000 1100001 0 1000010 100100 10001011 1011110 100001

Color Harmonies of #05A438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A438

Black with #05A438

Text Example


Text Example

White with #05A438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,164,56); }

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

background-color css

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

 a { background-color: rgb(5,164,56); }

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

border-color css

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

 span { border-color: rgb(5,164,56); }

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