#016B32

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

Shades of Fun Green #016B32

Tints of Fun Green #016B32

Color information

#016B32 (or 0x016B32) is unknown color: approx Fun Green. HEX triplet: 01, 6B and 32. RGB value is (1,107,50). Sum of RGB (Red+Green+Blue) = 1+107+50=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #016B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B32 is #FE94CD. Grayscale: #444444. Windows color (decimal): -16684238 or 3304193. OLE color: 3304193.

HSL color Cylindrical-coordinate representation of color #016B32: hue angle of 147.74º 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 #016B32 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB110750-
CMYK0.9900.530.58
HSL147.74º98.15%21.18%-
HSV(B)147.74º99.07%41.96%-
XYZ5.8510.754.78-
YUV68.81117.3879.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 107 (42.19% from 255) = 67.72%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=0.63%
G=67.72%
B=31.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1107500.9900.530.58147.7498.1521.18
Hex16B32630353A946215
Octal1153621430657222414225
Binary111010111100101100011011010111101010010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016B32; }

 p { color: rgb(1,107,50); }

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

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

 a { background-color: rgb(1,107,50); }

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

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

 span { border-color: rgb(1,107,50); }

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