#057101

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

Shades of Green #057101

Tints of Green #057101

Color information

#057101 (or 0x057101) is unknown color: approx Green. HEX triplet: 05, 71 and 01. RGB value is (5,113,1). Sum of RGB (Red+Green+Blue) = 5+113+1=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 113 (44.53% from 255 or 94.96% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 113 - color contains mainly: green. Hex color #057101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057101 is #FA8EFE. Grayscale: #444444. Windows color (decimal): -16420607 or 94469. OLE color: 94469.

HSL color Cylindrical-coordinate representation of color #057101: hue angle of 117.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #057101 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB51131-
CMYK0.9600.990.56
HSL117.86º98.25%22.35%-
HSV(B)117.86º99.12%44.31%-
XYZ5.9711.842-
YUV67.9490.2283.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 113 (44.53% from 255) = 94.96%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=4.20%
G=94.96%
B=0.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511310.9600.990.56117.8698.2522.35
Hex57116006338766216
Octal5161114001437016614226
Binary101111000111100000011000111110001110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057101; }

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

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

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

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

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

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

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

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