#05913A

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

Shades of Pigment Green #05913A

Tints of Pigment Green #05913A

Color information

#05913A (or 0x05913A) is unknown color: approx Pigment Green. HEX triplet: 05, 91 and 3A. RGB value is (5,145,58). Sum of RGB (Red+Green+Blue) = 5+145+58=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #05913A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05913A is #FA6EC5. Grayscale: #5D5D5D. Windows color (decimal): -16412358 or 3838213. OLE color: 3838213.

HSL color Cylindrical-coordinate representation of color #05913A: hue angle of 142.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05913A is Cyan = 0.97, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB514558-
CMYK0.9700.60.43
HSL142.71º93.33%29.41%-
HSV(B)142.71º96.55%56.86%-
XYZ10.9520.597.4-
YUV93.22108.1265.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 145 (57.03% from 255) = 69.71%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=2.40%
G=69.71%
B=27.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5145580.9700.60.43142.7193.3329.41
Hex5913A6103C2B8f5d1d
Octal5221721410745321713535
Binary101100100011110101100001011110010101110001111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05913A; }

 p { color: rgb(5,145,58); }

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

<style>
 a { background-color: #05913A; }

 a { background-color: rgb(5,145,58); }

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

<style>
 span { border-color: #05913A; }

 span { border-color: rgb(5,145,58); }

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