#056506

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

Shades of Green #056506

Tints of Green #056506

Color information

#056506 (or 0x056506) is unknown color: approx Green. HEX triplet: 05, 65 and 06. RGB value is (5,101,6). Sum of RGB (Red+Green+Blue) = 5+101+6=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 101 (39.84% from 255 or 90.18% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 101 - color contains mainly: green. Hex color #056506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056506 is #FA9AF9. Grayscale: #3D3D3D. Windows color (decimal): -16423674 or 419077. OLE color: 419077.

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

Color convert

RGB51016-
CMYK0.9500.940.60
HSL120.62º90.57%20.78%-
HSV(B)120.62º95.05%39.61%-
XYZ4.759.351.73-
YUV61.4796.787.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 101 (39.84% from 255) = 90.18%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=4.46%
G=90.18%
B=5.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal510160.9500.940.60120.6290.5720.78
Hex56565F05E3C795b15
Octal5145613701367417113325
Binary10111001011101011111010111101111001111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056506; }

 p { color: rgb(5,101,6); }

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

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

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

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

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

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

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