#016131

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

Shades of Fun Green #016131

Tints of Fun Green #016131

Color information

#016131 (or 0x016131) is unknown color: approx Fun Green. HEX triplet: 01, 61 and 31. RGB value is (1,97,49). Sum of RGB (Red+Green+Blue) = 1+97+49=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #016131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016131 is #FE9ECE. Grayscale: #3E3E3E. Windows color (decimal): -16686799 or 3236097. OLE color: 3236097.

HSL color Cylindrical-coordinate representation of color #016131: hue angle of 150º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016131 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB19749-
CMYK0.9900.490.62
HSL150º97.96%19.22%-
HSV(B)150º98.97%38.04%-
XYZ4.848.784.34-
YUV62.82120.283.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 97 (38.28% from 255) = 65.99%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=0.68%
G=65.99%
B=33.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197490.9900.490.6215097.9619.22
Hex16131630313E966213
Octal1141611430617622614223
Binary111000011100011100011011000111111010010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016131; }

 p { color: rgb(1,97,49); }

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

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

 a { background-color: rgb(1,97,49); }

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

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

 span { border-color: rgb(1,97,49); }

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