#016939

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

Shades of Jewel #016939

Tints of Jewel #016939

Color information

#016939 (or 0x016939) is unknown color: approx Jewel. HEX triplet: 01, 69 and 39. RGB value is (1,105,57). Sum of RGB (Red+Green+Blue) = 1+105+57=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #016939 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016939 is #FE96C6. Grayscale: #444444. Windows color (decimal): -16684743 or 3762433. OLE color: 3762433.

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

Color convert

RGB110557-
CMYK0.9900.460.59
HSL152.31º98.11%20.78%-
HSV(B)152.31º99.05%41.18%-
XYZ5.810.415.57-
YUV68.43121.5479.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 105 (41.41% from 255) = 64.42%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=0.61%
G=64.42%
B=34.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105570.9900.460.59152.3198.1120.78
Hex169396302E3B986215
Octal1151711430567323014225
Binary111010011110011100011010111011101110011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016939; }

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

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

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

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

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

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

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

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