Html Css Color HEX #01603C Jewel

📋 copy color: '#01603C'

red 1 ◦ green 96 ◦ blue 60

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

Shades of Jewel #01603C

Tints of Jewel #01603C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.22%

R = 0.64%
G = 61.15%
B = 38.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#01603C (or 0x01603C) is known color: Jewel. HEX triplet: 01, 60 and 3C. RGB value is (1,96,60). Sum of RGB (Red+Green+Blue) = 1+96+60=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #01603C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01603C is #FE9FC3. Grayscale: #3F3F3F. Windows color (decimal): -16687044 or 3956737. OLE color: 3956737.

HSL color Cylindrical-coordinate representation of color #01603C: hue angle of 157.26º 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 #01603C is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 60 -
CMYK 0.99 0 0.38 0.62
HSL 157.26º 0.98% 0.19% -
HSV(B) 157.26º 0.99% 0.38% -
XYZ 5.01 8.7 5.69 -
YUV 63.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 1 96 60 0.99 0 0.38 0.62 157.26 0.98 0.19
Hex 1 60 3C 63 0 26 3E 9D 62 13
Octal 1 140 74 143 0 46 76 235 142 23
Binary 1 1100000 111100 1100011 0 100110 111110 10011101 1100010 10011

Color Harmonies of #01603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01603C

Black with #01603C

Text Example


Text Example

White with #01603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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