#01683E

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

Shades of Jewel #01683E

Tints of Jewel #01683E

Color information

#01683E (or 0x01683E) is unknown color: approx Jewel. HEX triplet: 01, 68 and 3E. RGB value is (1,104,62). Sum of RGB (Red+Green+Blue) = 1+104+62=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #01683E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01683E is #FE97C1. Grayscale: #444444. Windows color (decimal): -16684994 or 4089857. OLE color: 4089857.

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

Color convert

RGB110462-
CMYK0.9900.400.59
HSL155.53º98.1%20.59%-
HSV(B)155.53º99.04%40.78%-
XYZ5.8310.256.23-
YUV68.41124.3879.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 104 (41.02% from 255) = 62.28%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=0.60%
G=62.28%
B=37.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104620.9900.400.59155.5398.120.59
Hex1683E630283B9c6215
Octal1150761430507323414225
Binary111010001111101100011010100011101110011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01683E; }

 p { color: rgb(1,104,62); }

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

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

 a { background-color: rgb(1,104,62); }

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

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

 span { border-color: rgb(1,104,62); }

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