#016932

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

Shades of Fun Green #016932

Tints of Fun Green #016932

Color information

#016932 (or 0x016932) is unknown color: approx Fun Green. HEX triplet: 01, 69 and 32. RGB value is (1,105,50). Sum of RGB (Red+Green+Blue) = 1+105+50=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #016932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016932 is #FE96CD. Grayscale: #434343. Windows color (decimal): -16684750 or 3303681. OLE color: 3303681.

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

Color convert

RGB110550-
CMYK0.9900.520.59
HSL148.27º98.11%20.78%-
HSV(B)148.27º99.05%41.18%-
XYZ5.6410.344.72-
YUV67.63118.0480.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 105 (41.41% from 255) = 67.31%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=0.64%
G=67.31%
B=32.05%

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
Decimal1105500.9900.520.59148.2798.1120.78
Hex16932630343B946215
Octal1151621430647322414225
Binary111010011100101100011011010011101110010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016932; }

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

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

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

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

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

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

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

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