#057705

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

Shades of Green #057705

Tints of Green #057705

Color information

#057705 (or 0x057705) is unknown color: approx Green. HEX triplet: 05, 77 and 05. RGB value is (5,119,5). Sum of RGB (Red+Green+Blue) = 5+119+5=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 119 (46.88% from 255 or 92.25% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 119 - color contains mainly: green. Hex color #057705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057705 is #FA88FA. Grayscale: #484848. Windows color (decimal): -16419067 or 358149. OLE color: 358149.

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

Color convert

RGB51195-
CMYK0.9600.960.53
HSL120º91.94%24.31%-
HSV(B)120º95.8%46.67%-
XYZ6.6913.242.35-
YUV71.9290.2380.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 119 (46.88% from 255) = 92.25%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=3.88%
G=92.25%
B=3.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511950.9600.960.5312091.9424.31
Hex57756006035785c18
Octal5167514001406517013430
Binary10111101111011100000011000001101011111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057705; }

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

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

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

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

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

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

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

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