#016832

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

Shades of Fun Green #016832

Tints of Fun Green #016832

Color information

#016832 (or 0x016832) is unknown color: approx Fun Green. HEX triplet: 01, 68 and 32. RGB value is (1,104,50). Sum of RGB (Red+Green+Blue) = 1+104+50=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #016832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016832 is #FE97CD. Grayscale: #434343. Windows color (decimal): -16685006 or 3303425. OLE color: 3303425.

HSL color Cylindrical-coordinate representation of color #016832: hue angle of 148.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016832 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB110450-
CMYK0.9900.520.59
HSL148.54º98.1%20.59%-
HSV(B)148.54º99.04%40.78%-
XYZ5.5410.144.68-
YUV67.05118.3880.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 104 (41.02% from 255) = 67.10%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=0.65%
G=67.10%
B=32.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104500.9900.520.59148.5498.120.59
Hex16832630343B956215
Octal1150621430647322514225
Binary111010001100101100011011010011101110010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016832; }

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

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

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

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

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

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

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

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