Html Css Color HEX #01603D Jewel

📋 copy color: '#01603D'

red 1 ◦ green 96 ◦ blue 61

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

Shades of Jewel #01603D

Tints of Jewel #01603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.76%

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

R = 0.63%
G = 60.76%
B = 38.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#01603D (or 0x01603D) is known color: Jewel. HEX triplet: 01, 60 and 3D. RGB value is (1,96,61). Sum of RGB (Red+Green+Blue) = 1+96+61=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #01603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01603D is #FE9FC2. Grayscale: #3F3F3F. Windows color (decimal): -16687043 or 4022273. OLE color: 4022273.

HSL color Cylindrical-coordinate representation of color #01603D: hue angle of 157.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01603D is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 61 -
CMYK 0.99 0 0.36 0.62
HSL 157.89º 0.98% 0.19% -
HSV(B) 157.89º 0.99% 0.38% -
XYZ 5.04 8.71 5.83 -
YUV 63.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 1 96 61 0.99 0 0.36 0.62 157.89 0.98 0.19
Hex 1 60 3D 63 0 24 3E 9E 62 13
Octal 1 140 75 143 0 44 76 236 142 23
Binary 1 1100000 111101 1100011 0 100100 111110 10011110 1100010 10011

Color Harmonies of #01603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01603D

Black with #01603D

Text Example


Text Example

White with #01603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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