#016535

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

Shades of Fun Green #016535

Tints of Fun Green #016535

Color information

#016535 (or 0x016535) is unknown color: approx Fun Green. HEX triplet: 01, 65 and 35. RGB value is (1,101,53). Sum of RGB (Red+Green+Blue) = 1+101+53=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #016535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016535 is #FE9ACA. Grayscale: #414141. Windows color (decimal): -16685771 or 3499265. OLE color: 3499265.

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

Color convert

RGB110153-
CMYK0.9900.480.60
HSL151.2º98.04%20%-
HSV(B)151.2º99.01%39.61%-
XYZ5.319.574.94-
YUV65.63120.8781.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 101 (39.84% from 255) = 65.16%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=0.65%
G=65.16%
B=34.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101530.9900.480.60151.298.0420
Hex16535630303C976214
Octal1145651430607422714224
Binary111001011101011100011011000011110010010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016535; }

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

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

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

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

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

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

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

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