#057800

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

Shades of Green #057800

Tints of Green #057800

Color information

#057800 (or 0x057800) is unknown color: approx Green. HEX triplet: 05, 78 and 00. RGB value is (5,120,0). Sum of RGB (Red+Green+Blue) = 5+120+0=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 120 (47.27% from 255 or 96% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 120 - color contains mainly: green. Hex color #057800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057800 is #FA87FF. Grayscale: #484848. Windows color (decimal): -16418816 or 30725. OLE color: 30725.

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

Color convert

RGB51200-
CMYK0.96010.53
HSL117.5º100%23.53%-
HSV(B)117.5º100%47.06%-
XYZ6.7813.472.24-
YUV71.9487.480.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 120 (47.27% from 255) = 96%
BLUE value IS 0 (0.39% from 255) = 0%
R=4%
G=96%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal512000.96010.53117.510023.53
Hex57806006435766418
Octal5170014001446516614430
Binary101111100001100000011001001101011110110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057800; }

 p { color: rgb(5,120,0); }

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

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

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

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

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

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

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