#01593D

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

Shades of Jewel #01593D

Tints of Jewel #01593D

Color information

#01593D (or 0x01593D) is unknown color: approx Jewel. HEX triplet: 01, 59 and 3D. RGB value is (1,89,61). Sum of RGB (Red+Green+Blue) = 1+89+61=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #01593D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01593D is #FEA6C2. Grayscale: #3B3B3B. Windows color (decimal): -16688835 or 4020481. OLE color: 4020481.

HSL color Cylindrical-coordinate representation of color #01593D: hue angle of 160.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01593D is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB18961-
CMYK0.9900.310.65
HSL160.91º97.78%17.65%-
HSV(B)160.91º98.88%34.9%-
XYZ4.437.495.63-
YUV59.5128.8586.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 89 (35.16% from 255) = 58.94%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=0.66%
G=58.94%
B=40.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189610.9900.310.65160.9197.7817.65
Hex1593D6301F41a16212
Octal11317514303710124114222
Binary110110011111011100011011111100000110100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01593D; }

 p { color: rgb(1,89,61); }

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

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

 a { background-color: rgb(1,89,61); }

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

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

 span { border-color: rgb(1,89,61); }

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