#016F3A

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

Shades of Jewel #016F3A

Tints of Jewel #016F3A

Color information

#016F3A (or 0x016F3A) is unknown color: approx Jewel. HEX triplet: 01, 6F and 3A. RGB value is (1,111,58). Sum of RGB (Red+Green+Blue) = 1+111+58=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 111 (43.75% from 255 or 65.29% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 111 - color contains mainly: green. Hex color #016F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F3A is #FE90C5. Grayscale: #484848. Windows color (decimal): -16683206 or 3829505. OLE color: 3829505.

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

Color convert

RGB111158-
CMYK0.9900.480.56
HSL151.09º98.21%21.96%-
HSV(B)151.09º99.1%43.53%-
XYZ6.4611.685.92-
YUV72.07120.0677.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 111 (43.75% from 255) = 65.29%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=0.59%
G=65.29%
B=34.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111580.9900.480.56151.0998.2121.96
Hex16F3A6303038976216
Octal1157721430607022714226
Binary111011111110101100011011000011100010010111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,111,58); }

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

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

 a { background-color: rgb(1,111,58); }

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

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

 span { border-color: rgb(1,111,58); }

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