#016532

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

Shades of Fun Green #016532

Tints of Fun Green #016532

Color information

#016532 (or 0x016532) is unknown color: approx Fun Green. HEX triplet: 01, 65 and 32. RGB value is (1,101,50). Sum of RGB (Red+Green+Blue) = 1+101+50=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #016532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016532 is #FE9ACD. Grayscale: #414141. Windows color (decimal): -16685774 or 3302657. OLE color: 3302657.

HSL color Cylindrical-coordinate representation of color #016532: hue angle of 149.4º 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 #016532 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB110150-
CMYK0.9900.500.60
HSL149.4º98.04%20%-
HSV(B)149.4º99.01%39.61%-
XYZ5.249.544.58-
YUV65.29119.3782.15-

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.45%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=0.66%
G=66.45%
B=32.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101500.9900.500.60149.498.0420
Hex16532630323C956214
Octal1145621430627422514224
Binary111001011100101100011011001011110010010101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016532; }

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

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

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

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

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

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

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

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