#056A01

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

Shades of Green #056A01

Tints of Green #056A01

Color information

#056A01 (or 0x056A01) is unknown color: approx Green. HEX triplet: 05, 6A and 01. RGB value is (5,106,1). Sum of RGB (Red+Green+Blue) = 5+106+1=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 106 (41.80% from 255 or 94.64% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 106 - color contains mainly: green. Hex color #056A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A01 is #FA95FE. Grayscale: #404040. Windows color (decimal): -16422399 or 92677. OLE color: 92677.

HSL color Cylindrical-coordinate representation of color #056A01: hue angle of 117.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #056A01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB51061-
CMYK0.9500.990.58
HSL117.71º98.13%20.98%-
HSV(B)117.71º99.06%41.57%-
XYZ5.2210.341.75-
YUV63.8392.5486.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 106 (41.80% from 255) = 94.64%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=4.46%
G=94.64%
B=0.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal510610.9500.990.58117.7198.1320.98
Hex56A15F0633A766215
Octal5152113701437216614225
Binary101110101011011111011000111110101110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A01; }

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

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

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

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

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

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

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

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