#016531

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

Shades of Fun Green #016531

Tints of Fun Green #016531

Color information

#016531 (or 0x016531) is unknown color: approx Fun Green. HEX triplet: 01, 65 and 31. RGB value is (1,101,49). Sum of RGB (Red+Green+Blue) = 1+101+49=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #016531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016531 is #FE9ACE. Grayscale: #414141. Windows color (decimal): -16685775 or 3237121. OLE color: 3237121.

HSL color Cylindrical-coordinate representation of color #016531: hue angle of 148.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016531 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB110149-
CMYK0.9900.510.60
HSL148.8º98.04%20%-
HSV(B)148.8º99.01%39.61%-
XYZ5.229.544.47-
YUV65.17118.8782.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 101 (39.84% from 255) = 66.89%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=0.66%
G=66.89%
B=32.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101490.9900.510.60148.898.0420
Hex16531630333C956214
Octal1145611430637422514224
Binary111001011100011100011011001111110010010101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016531; }

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

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

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

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

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

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

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

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