#057C01

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

Shades of Green #057C01

Tints of Green #057C01

Color information

#057C01 (or 0x057C01) is unknown color: approx Green. HEX triplet: 05, 7C and 01. RGB value is (5,124,1). Sum of RGB (Red+Green+Blue) = 5+124+1=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 124 (48.83% from 255 or 95.38% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 124 - color contains mainly: green. Hex color #057C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057C01 is #FA83FE. Grayscale: #4A4A4A. Windows color (decimal): -16417791 or 97285. OLE color: 97285.

HSL color Cylindrical-coordinate representation of color #057C01: hue angle of 118.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #057C01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB51241-
CMYK0.9600.990.51
HSL118.05º98.4%24.51%-
HSV(B)118.05º99.19%48.63%-
XYZ7.2814.452.43-
YUV74.486.5878.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 124 (48.83% from 255) = 95.38%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=3.85%
G=95.38%
B=0.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal512410.9600.990.51118.0598.424.51
Hex57C16006333766219
Octal5174114001436316614231
Binary101111110011100000011000111100111110110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057C01; }

 p { color: rgb(5,124,1); }

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

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

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

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

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

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

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