#016D34

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

Shades of Fun Green #016D34

Tints of Fun Green #016D34

Color information

#016D34 (or 0x016D34) is unknown color: approx Fun Green. HEX triplet: 01, 6D and 34. RGB value is (1,109,52). Sum of RGB (Red+Green+Blue) = 1+109+52=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 109 (42.97% from 255 or 67.28% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 109 - color contains mainly: green. Hex color #016D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D34 is #FE92CB. Grayscale: #464646. Windows color (decimal): -16683724 or 3435777. OLE color: 3435777.

HSL color Cylindrical-coordinate representation of color #016D34: hue angle of 148.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D34 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB110952-
CMYK0.9900.520.57
HSL148.33º98.18%21.57%-
HSV(B)148.33º99.08%42.75%-
XYZ6.111.195.09-
YUV70.21117.7278.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 109 (42.97% from 255) = 67.28%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=0.62%
G=67.28%
B=32.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109520.9900.520.57148.3398.1821.57
Hex16D346303439946216
Octal1155641430647122414226
Binary111011011101001100011011010011100110010100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,109,52); }

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

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

 a { background-color: rgb(1,109,52); }

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

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

 span { border-color: rgb(1,109,52); }

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