Html Css Color HEX #01563D Jewel

📋 copy color: '#01563D'

red 1 ◦ green 86 ◦ blue 61

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

Shades of Jewel #01563D

Tints of Jewel #01563D

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

 GREEN value IS 86 (33.98% from 255) = 58.11%

 BLUE value IS 61 (24.22% from 255) = 41.22%

R = 0.68%
G = 58.11%
B = 41.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#01563D (or 0x01563D) is known color: Jewel. HEX triplet: 01, 56 and 3D. RGB value is (1,86,61). Sum of RGB (Red+Green+Blue) = 1+86+61=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #01563D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01563D is #FEA9C2. Grayscale: #393939. Windows color (decimal): -16689603 or 4019713. OLE color: 4019713.

HSL color Cylindrical-coordinate representation of color #01563D: hue angle of 162.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01563D is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 86 61 -
CMYK 0.99 0 0.29 0.66
HSL 162.35º 0.98% 0.17% -
HSV(B) 162.35º 0.99% 0.34% -
XYZ 4.18 7 5.55 -
YUV 57.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 1 86 61 0.99 0 0.29 0.66 162.35 0.98 0.17
Hex 1 56 3D 63 0 1D 42 A2 62 11
Octal 1 126 75 143 0 35 102 242 142 21
Binary 1 1010110 111101 1100011 0 11101 1000010 10100010 1100010 10001

Color Harmonies of #01563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01563D

Black with #01563D

Text Example


Text Example

White with #01563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01563D;
 }
 .AnyTagClassName
 {
   color: #01563D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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