#05771C

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

Shades of Green #05771C

Tints of Green #05771C

Color information

#05771C (or 0x05771C) is unknown color: approx Green. HEX triplet: 05, 77 and 1C. RGB value is (5,119,28). Sum of RGB (Red+Green+Blue) = 5+119+28=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #05771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05771C is #FA88E3. Grayscale: #4A4A4A. Windows color (decimal): -16419044 or 1865477. OLE color: 1865477.

HSL color Cylindrical-coordinate representation of color #05771C: hue angle of 132.11º 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 #05771C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB511928-
CMYK0.9600.760.53
HSL132.11º91.94%24.31%-
HSV(B)132.11º95.8%46.67%-
XYZ6.8713.313.31-
YUV74.54101.7378.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 119 (46.88% from 255) = 78.29%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=3.29%
G=78.29%
B=18.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119280.9600.760.53132.1191.9424.31
Hex5771C6004C35845c18
Octal51673414001146520413430
Binary10111101111110011000000100110011010110000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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