#05771A

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

Shades of Green #05771A

Tints of Green #05771A

Color information

#05771A (or 0x05771A) is unknown color: approx Green. HEX triplet: 05, 77 and 1A. RGB value is (5,119,26). Sum of RGB (Red+Green+Blue) = 5+119+26=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #05771A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05771A is #FA88E5. Grayscale: #4A4A4A. Windows color (decimal): -16419046 or 1734405. OLE color: 1734405.

HSL color Cylindrical-coordinate representation of color #05771A: hue angle of 131.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05771A is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB511926-
CMYK0.9600.780.53
HSL131.05º91.94%24.31%-
HSV(B)131.05º95.8%46.67%-
XYZ6.8513.33.18-
YUV74.31100.7378.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 119 (46.88% from 255) = 79.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=3.33%
G=79.33%
B=17.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119260.9600.780.53131.0591.9424.31
Hex5771A6004E35835c18
Octal51673214001166520313430
Binary10111101111101011000000100111011010110000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,119,26); }

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

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

 a { background-color: rgb(5,119,26); }

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

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

 span { border-color: rgb(5,119,26); }

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