Html Css Color HEX #01593D Jewel

📋 copy color: '#01593D'

red 1 ◦ green 89 ◦ blue 61

#01593D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #01593D

Tints of Jewel #01593D

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.4%

R = 0.66%
G = 58.94%
B = 40.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#01593D (or 0x01593D) is known color: 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

RGB 1 89 61 -
CMYK 0.99 0 0.31 0.65
HSL 160.91º 0.98% 0.18% -
HSV(B) 160.91º 0.99% 0.35% -
XYZ 4.43 7.49 5.63 -
YUV 59.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 1 89 61 0.99 0 0.31 0.65 160.91 0.98 0.18
Hex 1 59 3D 63 0 1F 41 A1 62 12
Octal 1 131 75 143 0 37 101 241 142 22
Binary 1 1011001 111101 1100011 0 11111 1000001 10100001 1100010 10010

Color Harmonies of #01593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01593D

Black with #01593D

Text Example


Text Example

White with #01593D

Text Example


Text Example

HTML Codes & Css Web 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>