#056805

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

Shades of Green #056805

Tints of Green #056805

Color information

#056805 (or 0x056805) is unknown color: approx Green. HEX triplet: 05, 68 and 05. RGB value is (5,104,5). Sum of RGB (Red+Green+Blue) = 5+104+5=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 104 (41.02% from 255 or 91.23% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 104 - color contains mainly: green. Hex color #056805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056805 is #FA97FA. Grayscale: #3F3F3F. Windows color (decimal): -16422907 or 354309. OLE color: 354309.

HSL color Cylindrical-coordinate representation of color #056805: hue angle of 120º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056805 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB51045-
CMYK0.9500.950.59
HSL120º90.83%21.37%-
HSV(B)120º95.19%40.78%-
XYZ5.049.941.8-
YUV63.1195.286.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 104 (41.02% from 255) = 91.23%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=4.39%
G=91.23%
B=4.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal510450.9500.950.5912090.8321.37
Hex56855F05F3B785b15
Octal5150513701377317013325
Binary10111010001011011111010111111110111111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056805; }

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

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

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

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

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

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

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

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